1
0
forked from GitHub/gf-core

some paradigm extensions

This commit is contained in:
Aarne Ranta
2018-01-21 12:18:15 +01:00
parent ebe317c864
commit 96adbebca8
2 changed files with 3 additions and 2 deletions

View File

@@ -87,6 +87,6 @@
in order to avoid having your file be overridden by tools such as "android update project"
-->
<!-- version-tag: 1 -->
<import file="${sdk.dir}/tools/ant/build.xml" />
<import file="/Users/aarne/Library/Android/apache-ant-1.9.4/fetch.xml" />
</project>

View File

@@ -44,7 +44,8 @@ public class Translator {
new Language("ru-RU", "Russian", "AppRus", R.xml.cyrillic),
new Language("es-ES", "Spanish", "AppSpa", R.xml.qwerty),
new Language("sv-SE", "Swedish", "AppSwe", R.xml.nordic),
new Language("th-TH", "Thai", "AppTha", R.xml.thai_page1, R.xml.thai_page2)
new Language("th-TH", "Thai", "AppTha", R.xml.thai_page1, R.xml.thai_page2),
new Language("ur-PK", "Urdu", "AppUrd", R.xml.qwerty), // TODO language code and keyboard to check
};
private Context mContext;