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 /baobab/data | |
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 'baobab/data')
-rw-r--r-- | baobab/data/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/baobab/data/Makefile.am b/baobab/data/Makefile.am index 9794bdcc..d621df4e 100644 --- a/baobab/data/Makefile.am +++ b/baobab/data/Makefile.am @@ -22,7 +22,7 @@ $(baobabapp_in_files): $(baobabapp_in_files:.desktop.in=.desktop.in.in) $(baobabapp_DATA): $(baobabapp_in_files) if USE_NLS - $(AM_V_GEN) $(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@ + $(AM_V_GEN) $(MSGFMT) --desktop --keyword= --keyword=Name --keyword=Comment --keyword=Keywords --template $< -d $(top_srcdir)/po -o $@ else $(AM_V_GEN) cp $< $@ endif |