Differences From Artifact [50c7e0128e]:
- File src/OFLocalization.m — part of check-in [defee30139] at 2018-03-09 22:53:06 on branch trunk — OFLocalization: Prevent calling -[init] twice (user: js, size: 9041) [annotate] [blame] [check-ins using]
To Artifact [c0a1c16378]:
- File src/OFLocalization.m — part of check-in [4dfd47aeaa] at 2018-04-15 14:49:47 on branch trunk — OFLocalization: Fix setting the territory (user: js, size: 9042) [annotate] [blame] [check-ins using]
| ︙ | |||
148 149 150 151 152 153 154 | 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 | - + |
if (messagesLocale == NULL)
messagesLocale = locale;
if (messagesLocale != NULL) {
void *pool = objc_autoreleasePoolPush();
parseLocale(messagesLocale, &_encoding,
|
| ︙ |