mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-23 22:10:18 +00:00
restructuring
This commit is contained in:
10
win32/compile-po-files.bat
Normal file
10
win32/compile-po-files.bat
Normal 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
|
||||
Reference in New Issue
Block a user