Add:Polish translations, update translation json files with new strings, fix side rail buttons to center and wrap long text #1103

This commit is contained in:
advplyr 2022-11-13 08:15:41 -06:00
parent d96f427b83
commit bcc7fcb645
7 changed files with 26 additions and 10 deletions

View file

@ -10,7 +10,7 @@ const languageCodeMap = {
// 'es': 'Español',
'hr': 'Hrvatski',
'it': 'Italiano',
// 'pl': 'Polski',
'pl': 'Polski',
'zh-cn': '简体中文 (Simplified Chinese)'
}
Vue.prototype.$languageCodeOptions = Object.keys(languageCodeMap).map(code => {