aboutsummaryrefslogtreecommitdiffstats
path: root/util/run_xgettext.sh
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-01-20 03:11:45 -0800
committerfriendica <info@friendica.com>2014-01-20 03:11:45 -0800
commite68748afabee36a0c60fdf071cdc7c458080f13b (patch)
tree3b0d968ad3517d01588bb225bd626fd821082a2d /util/run_xgettext.sh
parent1fa8546d467bcd541858967aaec33d8779e4df99 (diff)
downloadvolse-hubzilla-e68748afabee36a0c60fdf071cdc7c458080f13b.tar.gz
volse-hubzilla-e68748afabee36a0c60fdf071cdc7c458080f13b.tar.bz2
volse-hubzilla-e68748afabee36a0c60fdf071cdc7c458080f13b.zip
transifex didn't like plural-forms and now they don't like it commented out. So we'll try uncommenting the sucker and see if they like it again.
Diffstat (limited to 'util/run_xgettext.sh')
-rwxr-xr-xutil/run_xgettext.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/run_xgettext.sh b/util/run_xgettext.sh
index 73f28cabb..8b5f54a53 100755
--- a/util/run_xgettext.sh
+++ b/util/run_xgettext.sh
@@ -48,7 +48,7 @@ KEYWORDS="-k -kt -ktt:1,2"
echo "extract strings to $OUTFILE.."
-echo "extract strings to $OUTFILE.."
+
rm "$OUTFILE"; touch "$OUTFILE"
for f in $(find "$FINDSTARTDIR" $FINDOPTS -name "*.php" -type f)
do
@@ -67,7 +67,7 @@ then
sed -i "s/PACKAGE VERSION//g" "$OUTFILE"
sed -i "s/PACKAGE/RedMatrix $ADDONNAME addon/g" "$OUTFILE"
sed -i "s/CHARSET/UTF-8/g" "$OUTFILE"
- sed -i "s/^\"Plural-Forms/#\"Plural-Forms/g" "$OUTFILE"
+# sed -i "s/^\"Plural-Forms/#\"Plural-Forms/g" "$OUTFILE"
else
sed -i "s/SOME DESCRIPTIVE TITLE./Red Communications Project/g" "$OUTFILE"
sed -i "s/YEAR THE PACKAGE'S COPYRIGHT HOLDER/2012-2014 the Red Matrix Project/g" "$OUTFILE"
@@ -75,7 +75,7 @@ else
sed -i "s/PACKAGE VERSION/$F9KVERSION/g" "$OUTFILE"
sed -i "s/PACKAGE/Red/g" "$OUTFILE"
sed -i "s/CHARSET/UTF-8/g" "$OUTFILE"
- sed -i "s/^\"Plural-Forms/#\"Plural-Forms/g" "$OUTFILE"
+# sed -i "s/^\"Plural-Forms//g" "$OUTFILE"
fi
echo "done."