forked from GitHub/gf-core
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"
|
||||
-->
|
||||
<!-- 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>
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user