diff options
author | rbuj <[email protected]> | 2021-01-31 22:51:13 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-03-05 20:18:27 +0100 |
commit | 768071911a44b7460105a27192ebcc92a9af8dda (patch) | |
tree | 6d506362201c6e47da3a7d67d61349a0214d3dba /po/Makevars | |
parent | a876b88b5b5e16031ea86b49d63b955271a671cb (diff) | |
download | mate-utils-768071911a44b7460105a27192ebcc92a9af8dda.tar.bz2 mate-utils-768071911a44b7460105a27192ebcc92a9af8dda.tar.xz |
i18n: Do not collect the translation for Icon
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 31f6faf1..c03ef084 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=Translators: +XGETTEXT_OPTIONS = --from-code=UTF-8 --keyword=_ --keyword=N_ --keyword=C_:1c,2 --keyword=NC_:1c,2 --keyword=g_dngettext:2,3 --keyword=Description --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 |