We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 759b78d commit ea4251fCopy full SHA for ea4251f
cocos2d-ext/CCBReader/CCBLocalizationManager.m
@@ -43,7 +43,7 @@ - (id) init
43
self = [super init];
44
if (!self) return NULL;
45
46
- [self loadStringsFile:@"Strings.ccbLang"];
+ [self loadStringsFile:@"Strings.ccblang"];
47
48
return self;
49
}
0 commit comments