mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 08:28:50 +02:00
localeStore
This commit is contained in:
parent
165a976b46
commit
e6f91f8765
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,7 @@ var langLocaleMap = {
|
|||
vi: 'vi',
|
||||
sl: 'sl_SI',
|
||||
pl: 'pl',
|
||||
it:'it_IT',
|
||||
ta: 'ta_IN'
|
||||
};
|
||||
|
||||
|
@ -33,6 +34,7 @@ var headerLocaleMap = {
|
|||
'pt-BR': 'pt_BR',
|
||||
'es-MX': 'es_MX',
|
||||
'es-ES': 'es_ES',
|
||||
'it-IT':'it_IT',
|
||||
'sl-SI': 'sl_SI'
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue