mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 08:50:06 +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',
|
ru: 'ru_RU',
|
||||||
uk: 'uk',
|
uk: 'uk',
|
||||||
vi: 'vi',
|
vi: 'vi',
|
||||||
sl: 'sl_SI'
|
sl: 'sl_SI',
|
||||||
|
pl: 'pl'
|
||||||
};
|
};
|
||||||
|
|
||||||
var headerLocaleMap = {
|
var headerLocaleMap = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue