[go: up one dir, main page]

Menu

[r4]: / trunk / i18n_compile.cmd  Maximize  Restore  History

Download this file

6 lines (6 with data), 137 Bytes

1
2
3
4
5
6
@ECHO OFF
REM
REM Compile STEP
REM
for %%f in (i18n\de\*.po) do tools\gnuwin32\bin\msgfmt -o i18n\de\%%~nf.mo i18n\de\%%~nf.po
pause