summaryrefslogtreecommitdiff
path: root/ropes/locale/update.bat
diff options
context:
space:
mode:
Diffstat (limited to 'ropes/locale/update.bat')
-rw-r--r--ropes/locale/update.bat6
1 files changed, 6 insertions, 0 deletions
diff --git a/ropes/locale/update.bat b/ropes/locale/update.bat
new file mode 100644
index 0000000..e87d44c
--- /dev/null
+++ b/ropes/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