Skip to content

Commit 206f16d

Browse files
authored
Merge pull request #624 from Shallowmallow/moduleTranslations
Adding some translation files in module
2 parents 5c66a50 + 7716ffb commit 206f16d

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
form.field.required=Le champs est requis
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
messagebox.title.info=Info
2+
messagebox.title.question=Question
3+
messagebox.title.warning=Avertissement
4+
messagebox.title.error=Erreur

haxe/ui/module.xml

+11
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
<resource path="haxeui-core/locale/en/expression-replacements.properties" />
2020
<resource path="haxeui-core/locale/en/std-strings.properties" />
2121
<resource path="haxeui-core/locale/en/formats.properties" />
22+
<resource path="haxeui-core/locale/en/form-strings.properties" />
23+
<resource path="haxeui-core/locale/en/messagebox-strings.properties" />
2224
</locale>
2325
<locale id="en_US">
2426
<resource path="haxeui-core/locale/en_US/formats.properties" />
@@ -37,12 +39,21 @@
3739
<resource path="haxeui-core/locale/fr/expression-replacements.properties" />
3840
<resource path="haxeui-core/locale/fr/std-strings.properties" />
3941
<resource path="haxeui-core/locale/fr/formats.properties" />
42+
<resource path="haxeui-core/locale/fr/form-strings.properties" />
43+
<resource path="haxeui-core/locale/fr/messagebox-strings.properties" />
4044
</locale>
4145
<locale id="it">
4246
<resource path="haxeui-core/locale/it/expression-replacements.properties" />
4347
<resource path="haxeui-core/locale/it/std-strings.properties" />
4448
<resource path="haxeui-core/locale/it/formats.properties" />
4549
</locale>
50+
<locale id="pt">
51+
<resource path="haxeui-core/locale/pt/expression-replacements.properties" />
52+
<resource path="haxeui-core/locale/pt/std-strings.properties" />
53+
<resource path="haxeui-core/locale/pt/formats.properties" />
54+
<resource path="haxeui-core/locale/pt/form-strings.properties" />
55+
<resource path="haxeui-core/locale/pt/messagebox-strings.properties" />
56+
</locale>
4657
<locale id="ru">
4758
<resource path="haxeui-core/locale/ru/expression-replacements.properties" />
4859
<resource path="haxeui-core/locale/ru/std-strings.properties" />

0 commit comments

Comments
 (0)