forked from stuntrally/stuntrally3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcore_language.xml
53 lines (50 loc) · 1.26 KB
/
core_language.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?xml version="1.0" encoding="UTF-8"?>
<MyGUI type="Language">
<Language default="en">
<Info name="en">
<Source>core_language_en_tag.xml</Source>
</Info>
<Info name="de">
<Source>core_language_de_tag.xml</Source>
</Info>
<Info name="fi">
<Source>core_language_fi_tag.xml</Source>
</Info>
<Info name="fr">
<Source>core_language_fr_tag.xml</Source>
</Info>
<Info name="pl">
<Source>core_language_pl_tag.xml</Source>
</Info>
<Info name="ro">
<Source>core_language_ro_tag.xml</Source>
</Info>
<Info name="ru">
<Source>core_language_ru_tag.xml</Source>
</Info>
<Info name="pt_BR">
<Source>core_language_pt_BR_tag.xml</Source>
</Info>
<Info name="it">
<Source>core_language_it_tag.xml</Source>
</Info>
<Info name="sk">
<Source>core_language_sk_tag.xml</Source>
</Info>
<Info name="es">
<Source>core_language_es_tag.xml</Source>
</Info>
<Info name="cs">
<Source>core_language_cs_tag.xml</Source>
</Info>
<Info name="hu_HU">
<Source>core_language_hu_HU_tag.xml</Source>
</Info>
<Info name="nl_NL">
<Source>core_language_nl_NL_tag.xml</Source>
</Info>
<Info name="ja">
<Source>core_language_ja_tag.xml</Source>
</Info>
</Language>
</MyGUI>