Extract translatable strings from Obj-C++ files (.mm) also
Until now any translatable strings inside .mm files were ignored, and half a dozen of them didn't appear anywhere else, and thus remained untranslated.
This commit is contained in:
parent
3c7326205f
commit
9e4b1571b1
1 changed files with 1 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ wxstd.pot:
|
|||
touch $@
|
||||
find ../include -name "*.h" | $(XARGS) $(XGETTEXT) $(XGETTEXT_ARGS) -o wxstd.pot
|
||||
find ../src -name "*.cpp" | $(XARGS) $(XGETTEXT) $(XGETTEXT_ARGS) -o wxstd.pot
|
||||
find ../src -name "*.mm" | $(XARGS) $(XGETTEXT) $(XGETTEXT_ARGS) -o wxstd.pot
|
||||
|
||||
allpo: force-update
|
||||
@-for t in $(WX_LINGUAS_UPDATE); do $(MAKE) $$t.po; done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue