summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-10-05 15:48:01 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-10-09 09:52:33 +0200
commit283229f5bc27ce23456b9cbd9aff75ff44707105 (patch)
treeecadd85a8937555c8404290ac19c0af6baf4f266 /solenv
parentcc6d591e1c4202afdbc30a76fd56d66b7547fa34 (diff)
Related: tdf#83128 support translation of plural forms
Change-Id: Id3d41099a895ca5423be2ac3d497851bc65eaff7 Reviewed-on: https://gerrit.libreoffice.org/61426 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'solenv')
-rwxr-xr-xsolenv/bin/hrcex2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/hrcex b/solenv/bin/hrcex
index 5d5fffd486d6..9d3a2788d4ba 100755
--- a/solenv/bin/hrcex
+++ b/solenv/bin/hrcex
@@ -22,7 +22,7 @@ for o, a in myopts:
ofile = a
with open(ofile, "a") as output:
- input = check_output(["xgettext", "-C", "--add-comments", "--keyword=NC_:1c,2", "--from-code=UTF-8", "--no-wrap", ifile, "-o", "-"])
+ input = check_output(["xgettext", "-C", "--add-comments", "--keyword=NC_:1c,2", "--keyword=NNC_:1c,2,3", "--from-code=UTF-8", "--no-wrap", ifile, "-o", "-"])
po = polib.pofile(input)
if len(po) != 0:
print >> output, ""