diff options
Diffstat (limited to 'packaging/windows/make-translations.vbs')
-rw-r--r-- | packaging/windows/make-translations.vbs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/windows/make-translations.vbs b/packaging/windows/make-translations.vbs index 4d2b44c3..f349b25e 100644 --- a/packaging/windows/make-translations.vbs +++ b/packaging/windows/make-translations.vbs @@ -29,7 +29,7 @@ do while not stream.AtEndOfStream CreateFolderIfNonexistent("..\..\translations\" + s + "\LC_MESSAGES") 'build the translate command infile = "../../po/" + s + ".po" - outfile = "../../translations/" + s +"/LC_MESSAGES/aethyra.mo" + outfile = "../../translations/" + s +"/LC_MESSAGES/tmw.mo" command = "msgfmt -c -o " + outfile + " " + infile 'execute translate command errval = WshShell.run(command, 0, true) |