mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 00:40:07 +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',
|
vi: 'vi',
|
||||||
sl: 'sl_SI',
|
sl: 'sl_SI',
|
||||||
pl: 'pl',
|
pl: 'pl',
|
||||||
|
it:'it_IT',
|
||||||
ta: 'ta_IN'
|
ta: 'ta_IN'
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -33,6 +34,7 @@ var headerLocaleMap = {
|
||||||
'pt-BR': 'pt_BR',
|
'pt-BR': 'pt_BR',
|
||||||
'es-MX': 'es_MX',
|
'es-MX': 'es_MX',
|
||||||
'es-ES': 'es_ES',
|
'es-ES': 'es_ES',
|
||||||
|
'it-IT':'it_IT',
|
||||||
'sl-SI': 'sl_SI'
|
'sl-SI': 'sl_SI'
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue