diff options
author | Alexandre Hannud Abdo <abdo@member.fsf.org> | 2014-05-21 05:32:46 -0300 |
---|---|---|
committer | Alexandre Hannud Abdo <abdo@member.fsf.org> | 2014-05-21 05:39:35 -0300 |
commit | d15e3776f3ec5476b1614f0488e8e81e0f0ebb70 (patch) | |
tree | f49739dff5fdb2b64f4d48d6031487c64f9f865b /util/run_xgettext.sh | |
parent | ac8400ac0c0e6163b0a83283f78913a85b3c26e0 (diff) | |
download | volse-hubzilla-d15e3776f3ec5476b1614f0488e8e81e0f0ebb70.tar.gz volse-hubzilla-d15e3776f3ec5476b1614f0488e8e81e0f0ebb70.tar.bz2 volse-hubzilla-d15e3776f3ec5476b1614f0488e8e81e0f0ebb70.zip |
Allow translation context with plural. Use that in Likes/Dislikes.
Diffstat (limited to 'util/run_xgettext.sh')
-rwxr-xr-x | util/run_xgettext.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/run_xgettext.sh b/util/run_xgettext.sh index 6fef46f67..3eca8a8b3 100755 --- a/util/run_xgettext.sh +++ b/util/run_xgettext.sh @@ -44,7 +44,7 @@ OPTS= # fi #fi -KEYWORDS="-k -kt:1 -kt:1,2c,2t -ktt:1,2" +KEYWORDS="-k -kt:1 -kt:1,2c,2t -ktt:1,2 -ktt:1,2,4c,4t" echo "extract strings to $OUTFILE.." |