diff options
author | FaceDeer <derksenmobile@gmail.com> | 2017-09-10 19:06:49 -0600 |
---|---|---|
committer | FaceDeer <derksenmobile@gmail.com> | 2017-09-10 19:06:49 -0600 |
commit | 97a258cf9ca601266e934018b5bdea6d2f3a088c (patch) | |
tree | 1467a2c71f220427b3d2e4e7332c0fdc5e85a279 /locale/update.bat | |
parent | 99420acb69f86d614f10895c50e5bda166b71165 (diff) |
update localization
Diffstat (limited to 'locale/update.bat')
-rw-r--r-- | locale/update.bat | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/locale/update.bat b/locale/update.bat new file mode 100644 index 0000000..e87d44c --- /dev/null +++ b/locale/update.bat @@ -0,0 +1,6 @@ +@echo off +setlocal ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION +cd .. +set LIST= +for /r %%X in (*.lua) do set LIST=!LIST! %%X +..\intllib\tools\xgettext.bat %LIST%
\ No newline at end of file |