Added Android resources matching existing content translations that had

no android translation files, so that translated content will be shown
in-game.
This commit is contained in:
Zukero
2018-08-22 16:06:29 +02:00
parent 8dd8644540
commit 775b34822c
8 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<resources>
<string name="localize_resources_from_mo_filename">cs.mo</string>
</resources>

View File

@@ -0,0 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<resources>
<string name="localize_resources_from_mo_filename">fi.mo</string>
</resources>

View File

@@ -0,0 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<resources>
<string name="localize_resources_from_mo_filename">gl.mo</string>
</resources>

View File

@@ -0,0 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<resources>
<string name="localize_resources_from_mo_filename">ko.mo</string>
</resources>

View File

@@ -0,0 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<resources>
<string name="localize_resources_from_mo_filename">ms.mo</string>
</resources>

View File

@@ -0,0 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<resources>
<string name="localize_resources_from_mo_filename">sl.mo</string>
</resources>

View File

@@ -0,0 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<resources>
<string name="localize_resources_from_mo_filename">th.mo</string>
</resources>

View File

@@ -0,0 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<resources>
<string name="localize_resources_from_mo_filename">zh_CN.mo</string>
</resources>