Rephrasing and fixed some typos

This commit is contained in:
Silvanus Bordignon 2022-04-16 17:26:58 +02:00
parent 15bdda04d8
commit c7cb6922fc
17 changed files with 37 additions and 37 deletions

View file

@ -24,7 +24,7 @@ var langLocaleMap = {
vi: 'vi',
sl: 'sl_SI',
pl: 'pl',
it:'it_IT',
it: 'it_IT',
ta: 'ta_IN'
};
@ -34,7 +34,7 @@ var headerLocaleMap = {
'pt-BR': 'pt_BR',
'es-MX': 'es_MX',
'es-ES': 'es_ES',
'it-IT':'it_IT',
'it-IT': 'it_IT',
'sl-SI': 'sl_SI'
};