mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 08:28:50 +02:00
add PL in LocaleStore
This commit is contained in:
parent
4dde7698c1
commit
7ed4644fbf
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ var langLocaleMap = {
|
|||
ru: 'ru_RU',
|
||||
uk: 'uk',
|
||||
vi: 'vi',
|
||||
sl: 'sl_SI'
|
||||
sl: 'sl_SI',
|
||||
pl: 'pl'
|
||||
};
|
||||
|
||||
var headerLocaleMap = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue