src/ui/ios/GF-Offline-Translator tested to work in XCode with the current GF runtime and grammars. However, AppEst crashes the app - remains to find out why

This commit is contained in:
aarne
2015-11-11 14:19:17 +00:00
parent e95037b850
commit d452984bb5

View File

@@ -41,6 +41,7 @@
[[Language alloc] initWithName:@"Catalan" abbreviation:@"Cat" bcp:@"ca-ES"],
[[Language alloc] initWithName:@"Dutch" abbreviation:@"Dut" bcp:@"nl-NL"],
[[Language alloc] initWithName:@"English" abbreviation:@"Eng" bcp:@"en-GB"],
[[Language alloc] initWithName:@"Estonian" abbreviation:@"Est" bcp:@"es-EE"],
[[Language alloc] initWithName:@"Finnish" abbreviation:@"Fin" bcp:@"fi-FI"],
[[Language alloc] initWithName:@"French" abbreviation:@"Fre" bcp:@"fr-FR"],
[[Language alloc] initWithName:@"German" abbreviation:@"Ger" bcp:@"de-DE"],