aboutsummaryrefslogtreecommitdiffstats
path: root/util/run_xgettext.sh
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2011-11-23 23:17:26 -0800
committerfriendica <info@friendica.com>2011-11-23 23:17:26 -0800
commitb795ce4fe7c952600ed3520d6822006a2190d4f8 (patch)
tree0c0173b3e05598bbc6cbbb9281f02ad923d37fa3 /util/run_xgettext.sh
parentfe0c039d487962359ac995eb5ec555c3a111ad1c (diff)
downloadvolse-hubzilla-b795ce4fe7c952600ed3520d6822006a2190d4f8.tar.gz
volse-hubzilla-b795ce4fe7c952600ed3520d6822006a2190d4f8.tar.bz2
volse-hubzilla-b795ce4fe7c952600ed3520d6822006a2190d4f8.zip
little stuff - name change, live updates, new network types
Diffstat (limited to 'util/run_xgettext.sh')
-rwxr-xr-xutil/run_xgettext.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/util/run_xgettext.sh b/util/run_xgettext.sh
index da0d9953c..6ea603c83 100755
--- a/util/run_xgettext.sh
+++ b/util/run_xgettext.sh
@@ -3,9 +3,9 @@
FULLPATH=$(dirname $(readlink -f "$0"))
cd "$FULLPATH/../view/en/"
-F9KVERSION=$(sed -n "s/.*'FRIENDIKA_VERSION'.*'\([0-9.]*\)'.*/\1/p" ../../boot.php);
+F9KVERSION=$(sed -n "s/.*'FRIENDICA_VERSION'.*'\([0-9.]*\)'.*/\1/p" ../../boot.php);
-echo "Friendika version $F9KVERSION"
+echo "Friendica version $F9KVERSION"
OPTS=
OUTFILE="$FULLPATH/messages.po"
@@ -25,11 +25,11 @@ echo "extract strings to $OUTFILE.."
find ../../ -name "*.php" | xargs xgettext $KEYWORDS $OPTS -o "$OUTFILE" --from-code=UTF-8
echo "setup base info.."
-sed -i "s/SOME DESCRIPTIVE TITLE./FRIENDIKA Distributed Social Network/g" "$OUTFILE"
-sed -i "s/YEAR THE PACKAGE'S COPYRIGHT HOLDER/2010, 2011 Mike Macgirvin/g" "$OUTFILE"
+sed -i "s/SOME DESCRIPTIVE TITLE./FRIENDICA Distributed Social Network/g" "$OUTFILE"
+sed -i "s/YEAR THE PACKAGE'S COPYRIGHT HOLDER/2010, 2011 the Friendica Project/g" "$OUTFILE"
sed -i "s/FIRST AUTHOR <EMAIL@ADDRESS>, YEAR./Mike Macgirvin, 2010/g" "$OUTFILE"
sed -i "s/PACKAGE VERSION/$F9KVERSION/g" "$OUTFILE"
-sed -i "s/PACKAGE/Friendika/g" "$OUTFILE"
+sed -i "s/PACKAGE/Friendica/g" "$OUTFILE"
sed -i "s/CHARSET/UTF-8/g" "$OUTFILE"
sed -i "s/^\"Plural-Forms/#\"Plural-Forms/g" "$OUTFILE"