Enable i18n for Polish language

This commit is contained in:
wiz
2021-04-26 05:34:40 +09:00
parent b38fc824e6
commit 6dbfcc9d1a
4 changed files with 9 additions and 1 deletions

View File

@@ -71,6 +71,10 @@
"translation": "src/locale/messages.nb.xlf",
"baseHref": "/nb/"
},
"pl": {
"translation": "src/locale/messages.pl.xlf",
"baseHref": "/pl/"
},
"pt": {
"translation": "src/locale/messages.pt.xlf",
"baseHref": "/pt/"