mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 16:38:50 +02:00
Other version of PR #624 -- map header directly from browser
This commit is contained in:
parent
3a54cc8efc
commit
f6d0ab7e75
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ var langLocaleMap = {
|
|||
var headerLocaleMap = {
|
||||
'zh-CN': 'zh_CN',
|
||||
'zh-TW': 'zh_TW',
|
||||
'pt-BR': 'pt_BR'
|
||||
'pt-BR': 'pt_BR',
|
||||
'es-ES': 'es_ES'
|
||||
};
|
||||
|
||||
var supportedLocalesList = Object.values(langLocaleMap)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue