mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-21 03:05:31 +02:00
Rephrasing and fixed some typos
This commit is contained in:
parent
15bdda04d8
commit
c7cb6922fc
17 changed files with 37 additions and 37 deletions
|
@ -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'
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue