mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
ios fix: spaces should be removed from Chi but not from Cat
This commit is contained in:
@@ -113,7 +113,7 @@
|
||||
|
||||
if ([translation.toLanguage.bcp isEqualToString:@"th-TH"] ||
|
||||
[translation.toLanguage.bcp isEqualToString:@"ja-JP"] ||
|
||||
[translation.toLanguage.bcp isEqualToString:@"ca-ES"]) {
|
||||
[translation.toLanguage.bcp isEqualToString:@"zh-CN"]) {
|
||||
|
||||
NSMutableArray *trimmedArray = @[].mutableCopy;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user