diff options
author | rbuj <[email protected]> | 2019-08-19 11:19:22 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-07-20 21:40:41 +0200 |
commit | fcc129bc4289468fedd8577594c8ac2c5f865e0a (patch) | |
tree | 498b58c064a17e798eed3512c0ef45675047fd09 /po/Makevars | |
parent | af6be8ea99be784f5b21662b7754035eb6ee0930 (diff) | |
download | caja-fcc129bc4289468fedd8577594c8ac2c5f865e0a.tar.bz2 caja-fcc129bc4289468fedd8577594c8ac2c5f865e0a.tar.xz |
Remove comments that are not written to translators from pot file
Diffstat (limited to 'po/Makevars')
-rw-r--r-- | po/Makevars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makevars b/po/Makevars index fc964c5d..31f6faf1 100644 --- a/po/Makevars +++ b/po/Makevars @@ -8,7 +8,7 @@ subdir = po top_builddir = .. # These options get passed to xgettext. -XGETTEXT_OPTIONS = --from-code=UTF-8 --keyword=_ --keyword=N_ --keyword=C_:1c,2 --keyword=NC_:1c,2 --keyword=g_dngettext:2,3 --add-comments +XGETTEXT_OPTIONS = --from-code=UTF-8 --keyword=_ --keyword=N_ --keyword=C_:1c,2 --keyword=NC_:1c,2 --keyword=g_dngettext:2,3 --add-comments=Translators: # This is the copyright holder that gets inserted into the header of the # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding |