restructuring

This commit is contained in:
Berke Viktor
2011-12-11 14:29:37 +01:00
parent 1b84f0467a
commit 2012320d0e
78 changed files with 23 additions and 23 deletions

View File

@@ -0,0 +1,10 @@
@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