diff options
author | Berke Viktor <berkeviktor@aol.com> | 2012-06-15 21:45:34 +0200 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2012-06-15 21:45:34 +0200 |
commit | d9d94aaf6595acb962271ec32c7a9b3734c6c728 (patch) | |
tree | 4ab4bbb2ad8b921710807074921be6d0e2d6bbf2 /win32/compile-po-files.bat | |
parent | 593efa703b6914f963533da513576a26e744ead9 (diff) |
First bunch of cleanups
Diffstat (limited to 'win32/compile-po-files.bat')
-rw-r--r-- | win32/compile-po-files.bat | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/win32/compile-po-files.bat b/win32/compile-po-files.bat deleted file mode 100644 index 6ffde997..00000000 --- a/win32/compile-po-files.bat +++ /dev/null @@ -1,10 +0,0 @@ -@echo off -echo.Compiling translations . . . -cd ..\po -rmdir /q /s locale -mkdir locale -for %%A in (*.po) do ( - mkdir locale\%%~nA\LC_MESSAGES - msgfmt -co locale\%%~nA\LC_MESSAGES\xchat.mo %%A -) -cd ..\win32 |