diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-10-24 13:27:21 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-10-24 13:27:21 -0600 |
commit | 03761078314cca27692ccce12a823c484fbe90e0 (patch) | |
tree | ffe264d029a6ae5bd85b26a43aa14ac0079da89f /packaging/windows | |
parent | b55ace0590c8d8112294a6724fd224d8e44834d1 (diff) | |
download | mana-03761078314cca27692ccce12a823c484fbe90e0.tar.gz mana-03761078314cca27692ccce12a823c484fbe90e0.tar.bz2 mana-03761078314cca27692ccce12a823c484fbe90e0.tar.xz mana-03761078314cca27692ccce12a823c484fbe90e0.zip |
Basically finish rebranding
Diffstat (limited to 'packaging/windows')
-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 f349b25e..339a0299 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/tmw.mo" + outfile = "../../translations/" + s +"/LC_MESSAGES/mana.mo" command = "msgfmt -c -o " + outfile + " " + infile 'execute translate command errval = WshShell.run(command, 0, true) |