forked from GitHub/gf-core
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