diff options
| author | 2016-03-02 08:01:22 +0100 | |
|---|---|---|
| committer | 2016-03-02 08:01:22 +0100 | |
| commit | 7068b2f49a6d4d42cae2b3b133725fd3410c47bf (patch) | |
| tree | f47948c0e4152c33d02777cfc880c8ae6b25b4e9 /makefile | |
| parent | fc303a9198ba1cd7ad06b553c80ab2ce78a68feb (diff) | |
Make translation will now remove fuzzy translations and will not merge those as well (nw)
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 %% |
