Skip to content

Commit

Permalink
OFLocalization: Fix setting the territory
Browse files Browse the repository at this point in the history
  • Loading branch information
Midar committed Apr 15, 2018
1 parent c3443e3 commit 1326f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OFLocalization.m
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ + (void)addLanguageDirectory: (OFString *)path
void *pool = objc_autoreleasePoolPush();

parseLocale(messagesLocale, &_encoding,
&_language, &_language);
&_language, &_territory);

[_language retain];
[_territory retain];
Expand Down

0 comments on commit 1326f9e

Please sign in to comment.