mirror of
https://github.com/darlinghq/darling-cocotron.git
synced 2025-02-26 14:56:51 +00:00
fixed spelling of Japanese locale
This commit is contained in:
parent
462fc9cd77
commit
79be23bb07
@ -774,7 +774,7 @@ static NSMapTable *pathToObject=NULL;
|
||||
else if ([language isEqualToString: @"fr"])
|
||||
longlang = @"French.lproj";
|
||||
else if ([language isEqualToString: @"jp"])
|
||||
longlang = @"Japanes.lproj";
|
||||
longlang = @"Japanese.lproj";
|
||||
// anything else, including 'en', would default to en.lproj or English.lproj anyway.
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user