summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-03-02 08:01:22 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2016-03-02 08:01:22 +0100
commit7068b2f49a6d4d42cae2b3b133725fd3410c47bf (patch)
treef47948c0e4152c33d02777cfc880c8ae6b25b4e9 /makefile
parentfc303a9198ba1cd7ad06b553c80ab2ce78a68feb (diff)
Make translation will now remove fuzzy translations and will not merge those as well (nw)
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile b/makefile
index 997d3b3bf8c..9e686a58ee8 100644
--- a/makefile
+++ b/makefile
@@ -1479,5 +1479,6 @@ shaders:
translation:
$(SILENT) echo Generating mame.pot
$(SILENT) find src -iname "*.cpp" | xargs xgettext --from-code=UTF-8 -k_ -k__ -o mame.pot
- $(SILENT) find language -iname "*.po" | xargs -n 1 -I %% msgmerge -U %% mame.pot
+ $(SILENT) find language -iname "*.po" | xargs -n 1 -I %% msgmerge -U -N %% mame.pot
+ $(SILENT) find language -iname "*.po" | xargs -n 1 -I %% msgattrib --clear-fuzzy --empty %% -o %%