mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
some paradigm extensions
This commit is contained in:
@@ -87,6 +87,6 @@
|
|||||||
in order to avoid having your file be overridden by tools such as "android update project"
|
in order to avoid having your file be overridden by tools such as "android update project"
|
||||||
-->
|
-->
|
||||||
<!-- version-tag: 1 -->
|
<!-- 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>
|
</project>
|
||||||
|
|||||||
@@ -44,7 +44,8 @@ public class Translator {
|
|||||||
new Language("ru-RU", "Russian", "AppRus", R.xml.cyrillic),
|
new Language("ru-RU", "Russian", "AppRus", R.xml.cyrillic),
|
||||||
new Language("es-ES", "Spanish", "AppSpa", R.xml.qwerty),
|
new Language("es-ES", "Spanish", "AppSpa", R.xml.qwerty),
|
||||||
new Language("sv-SE", "Swedish", "AppSwe", R.xml.nordic),
|
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;
|
private Context mContext;
|
||||||
|
|||||||
Reference in New Issue
Block a user