mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-04 07:41:58 +00:00
I18N: Always search engine files in lexical order.
This commit is contained in:
parent
7c7fd8f504
commit
1d80955545
@ -2,7 +2,7 @@ POTFILE := $(srcdir)/po/scummvm.pot
|
||||
POFILES := $(wildcard $(srcdir)/po/*.po)
|
||||
CPFILES := $(wildcard $(srcdir)/po/*.cp)
|
||||
|
||||
ENGINE_INPUT_POTFILES := $(wildcard $(srcdir)/engines/*/POTFILES)
|
||||
ENGINE_INPUT_POTFILES := $(sort $(wildcard $(srcdir)/engines/*/POTFILES))
|
||||
updatepot:
|
||||
cat $(srcdir)/po/POTFILES $(ENGINE_INPUT_POTFILES) | \
|
||||
xgettext -f - -D $(srcdir) -d scummvm --c++ -k_ -k_s -k_c:1,2c -k_sc:1,2c --add-comments=I18N\
|
||||
|
Loading…
x
Reference in New Issue
Block a user