Changeset 1149:471014823f82
- Timestamp:
- 06/04/10 17:37:08 (3 years ago)
- Author:
- Thomas Gambet <tgambet@…>
- Branch:
- default
- Message:
-
fixed: clear language list before initializing languages
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r1126
|
r1149
|
|
| 344 | 344 | if (defaultLocale == null) |
| 345 | 345 | throw new InitializationFailedException("Locale not found for default language in unicorn.properties: " + Property.get("DEFAULT_LANGUAGE")); |
| 346 | | |
| | 346 | |
| | 347 | Language.reset(); |
| 347 | 348 | Language.initLocaleMatcher(defaultLocale); |
| 348 | 349 | |