mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-04 10:04:59 +02:00
PR #924 -- add some more locale fallbacks
This commit is contained in:
parent
60785f6fa8
commit
596106822d
1 changed files with 3 additions and 1 deletions
|
@ -6,7 +6,9 @@ var strings = require('../intl/strings').strings;
|
|||
var getDefaultLocale = LocaleStore.getDefaultLocale;
|
||||
|
||||
var fallbackMap = {
|
||||
'zh_TW': 'zh_CN'
|
||||
'zh_TW': 'zh_CN',
|
||||
'es_AR': 'es_ES',
|
||||
'es_MX': 'es_ES'
|
||||
};
|
||||
|
||||
// lets change underscores template settings so it interpolates
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue