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:
@@ -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
|
||||
|
Reference in New Issue
Block a user