root / locale / locale.bat
Historique | Voir | Annoter | Télécharger (5,228 ko)
1 |
@ECHO OFF |
---|---|
2 |
|
3 |
rem Extraction |
4 |
"C:\Program Files (x86)\dxgettext\dxgettext.exe" -b .. --delphi --useignorepo |
5 |
"C:\Program Files (x86)\dxgettext\msgcat.exe" --output-file=sorted.po --no-location --no-wrap --sort-output default.po |
6 |
del default.po |
7 |
ren sorted.po default.po |
8 |
|
9 |
rem Fusion de |
10 |
echo "de" |
11 |
"C:\Program Files (x86)\dxgettext\msgmerge.exe" --update --no-location --no-fuzzy --no-wrap --sort-output de\LC_MESSAGES\default.po default.po |
12 |
"C:\Program Files (x86)\dxgettext\msgmerge.exe" --update --no-location --no-fuzzy --no-wrap --sort-output de\LC_MESSAGES\delphi.po delphi.po |
13 |
"C:\Program Files (x86)\dxgettext\msgmerge.exe" --update --no-location --no-fuzzy --no-wrap --sort-output de\LC_MESSAGES\InraAfz.po InraAfz.po |
14 |
|
15 |
rem Fusion en_GB |
16 |
echo "en_GB" |
17 |
"C:\Program Files (x86)\dxgettext\msgmerge.exe" --update --no-location --no-fuzzy --no-wrap --sort-output en_GB\LC_MESSAGES\default.po default.po |
18 |
"C:\Program Files (x86)\dxgettext\msgmerge.exe" --update --no-location --no-fuzzy --no-wrap --sort-output en_GB\LC_MESSAGES\delphi.po delphi.po |
19 |
"C:\Program Files (x86)\dxgettext\msgmerge.exe" --update --no-location --no-fuzzy --no-wrap --sort-output en_GB\LC_MESSAGES\InraAfz.po InraAfz.po |
20 |
|
21 |
rem Fusion es |
22 |
echo "es" |
23 |
"C:\Program Files (x86)\dxgettext\msgmerge.exe" --update --no-location --no-fuzzy --no-wrap --sort-output es\LC_MESSAGES\default.po default.po |
24 |
"C:\Program Files (x86)\dxgettext\msgmerge.exe" --update --no-location --no-fuzzy --no-wrap --sort-output es\LC_MESSAGES\delphi.po delphi.po |
25 |
"C:\Program Files (x86)\dxgettext\msgmerge.exe" --update --no-location --no-fuzzy --no-wrap --sort-output es\LC_MESSAGES\InraAfz.po InraAfz.po |
26 |
|
27 |
rem Fusion es_MX |
28 |
echo "es_MX" |
29 |
"C:\Program Files (x86)\dxgettext\msgmerge.exe" --update --no-location --no-fuzzy --no-wrap --sort-output es_MX\LC_MESSAGES\default.po default.po |
30 |
"C:\Program Files (x86)\dxgettext\msgmerge.exe" --update --no-location --no-fuzzy --no-wrap --sort-output es_MX\LC_MESSAGES\delphi.po delphi.po |
31 |
"C:\Program Files (x86)\dxgettext\msgmerge.exe" --update --no-location --no-fuzzy --no-wrap --sort-output es_MX\LC_MESSAGES\InraAfz.po InraAfz.po |
32 |
|
33 |
rem Fusion fr |
34 |
echo "fr" |
35 |
"C:\Program Files (x86)\dxgettext\msgmerge.exe" --update --no-location --no-fuzzy --no-wrap --sort-output fr\LC_MESSAGES\default.po default.po |
36 |
"C:\Program Files (x86)\dxgettext\msgmerge.exe" --update --no-location --no-fuzzy --no-wrap --sort-output fr\LC_MESSAGES\delphi.po delphi.po |
37 |
"C:\Program Files (x86)\dxgettext\msgmerge.exe" --update --no-location --no-fuzzy --no-wrap --sort-output fr\LC_MESSAGES\InraAfz.po InraAfz.po |
38 |
|
39 |
rem Fusion it |
40 |
echo "it" |
41 |
"C:\Program Files (x86)\dxgettext\msgmerge.exe" --update --no-location --no-fuzzy --no-wrap --sort-output it\LC_MESSAGES\default.po default.po |
42 |
"C:\Program Files (x86)\dxgettext\msgmerge.exe" --update --no-location --no-fuzzy --no-wrap --sort-output it\LC_MESSAGES\delphi.po delphi.po |
43 |
"C:\Program Files (x86)\dxgettext\msgmerge.exe" --update --no-location --no-fuzzy --no-wrap --sort-output it\LC_MESSAGES\InraAfz.po InraAfz.po |
44 |
|
45 |
rem Fusion nl |
46 |
echo "nl" |
47 |
"C:\Program Files (x86)\dxgettext\msgmerge.exe" --update --no-location --no-fuzzy --no-wrap --sort-output nl\LC_MESSAGES\default.po default.po |
48 |
"C:\Program Files (x86)\dxgettext\msgmerge.exe" --update --no-location --no-fuzzy --no-wrap --sort-output nl\LC_MESSAGES\delphi.po delphi.po |
49 |
"C:\Program Files (x86)\dxgettext\msgmerge.exe" --update --no-location --no-fuzzy --no-wrap --sort-output nl\LC_MESSAGES\InraAfz.po InraAfz.po |
50 |
|
51 |
rem Fusion pl |
52 |
echo "pl" |
53 |
"C:\Program Files (x86)\dxgettext\msgmerge.exe" --update --no-location --no-fuzzy --no-wrap --sort-output pl\LC_MESSAGES\default.po default.po |
54 |
"C:\Program Files (x86)\dxgettext\msgmerge.exe" --update --no-location --no-fuzzy --no-wrap --sort-output pl\LC_MESSAGES\delphi.po delphi.po |
55 |
"C:\Program Files (x86)\dxgettext\msgmerge.exe" --update --no-location --no-fuzzy --no-wrap --sort-output pl\LC_MESSAGES\InraAfz.po InraAfz.po |
56 |
|
57 |
rem Fusion pt_BR |
58 |
echo "pt_BR" |
59 |
"C:\Program Files (x86)\dxgettext\msgmerge.exe" --update --no-location --no-fuzzy --no-wrap --sort-output pt_BR\LC_MESSAGES\default.po default.po |
60 |
"C:\Program Files (x86)\dxgettext\msgmerge.exe" --update --no-location --no-fuzzy --no-wrap --sort-output pt_BR\LC_MESSAGES\delphi.po delphi.po |
61 |
"C:\Program Files (x86)\dxgettext\msgmerge.exe" --update --no-location --no-fuzzy --no-wrap --sort-output pt_BR\LC_MESSAGES\InraAfz.po InraAfz.po |
62 |
|
63 |
rem Fusion ro |
64 |
echo "ro" |
65 |
"C:\Program Files (x86)\dxgettext\msgmerge.exe" --update --no-location --no-fuzzy --no-wrap --sort-output ro\LC_MESSAGES\default.po default.po |
66 |
"C:\Program Files (x86)\dxgettext\msgmerge.exe" --update --no-location --no-fuzzy --no-wrap --sort-output ro\LC_MESSAGES\delphi.po delphi.po |
67 |
"C:\Program Files (x86)\dxgettext\msgmerge.exe" --update --no-location --no-fuzzy --no-wrap --sort-output ro\LC_MESSAGES\InraAfz.po InraAfz.po |
68 |
|
69 |
rem Fusion zh |
70 |
echo "zh" |
71 |
"C:\Program Files (x86)\dxgettext\msgmerge.exe" --update --no-location --no-fuzzy --no-wrap --sort-output zh\LC_MESSAGES\default.po default.po |
72 |
"C:\Program Files (x86)\dxgettext\msgmerge.exe" --update --no-location --no-fuzzy --no-wrap --sort-output zh\LC_MESSAGES\delphi.po delphi.po |
73 |
"C:\Program Files (x86)\dxgettext\msgmerge.exe" --update --no-location --no-fuzzy --no-wrap --sort-output zh\LC_MESSAGES\InraAfz.po InraAfz.po |