Statistics
| Revision:

root / trunk / install / launcher / izpack-launcher-1.3_windows / src / compilarIdiomas.bat @ 11445

History | View | Annotate | Download (658 Bytes)

1 8474 jmvivo
@echo off
2
color F0
3
PROMPT=$g
4
5
6
echo Compilando Idioma da...
7
gettext\bin\msgfmt.exe -o da\launcher.mo da\launcher.po
8
9
echo Compilando Idioma de...
10
gettext\bin\msgfmt.exe -o de\launcher.mo de\launcher.po
11
12
echo Compilando Idioma es...
13
gettext\bin\msgfmt.exe -o es\launcher.mo es\launcher.po
14
15
echo Compilando Idioma fr...
16
gettext\bin\msgfmt.exe -o fr\launcher.mo fr\launcher.po
17
18
echo Compilando Idioma it...
19
gettext\bin\msgfmt.exe -o it\launcher.mo it\launcher.po
20
21
echo Compilando Idioma nl...
22
gettext\bin\msgfmt.exe -o nl\launcher.mo nl\launcher.po
23
24
echo Compilando Idioma pt-BR...
25
gettext\bin\msgfmt.exe -o pt-BR\launcher.mo pt-BR\launcher.po
26
27
echo Termiando.