mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-28 22:55:10 +02:00
merge main
This commit is contained in:
commit
c389b76366
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