localeStore

This commit is contained in:
shardanasoft 2021-03-16 16:55:40 +01:00
parent 165a976b46
commit e6f91f8765
No known key found for this signature in database
GPG key ID: A16C23734C5E0D51

View file

@ -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'
};