Add Polish Locale

This commit is contained in:
Misly
2021-09-04 20:38:53 +00:00
committed by GitHub
parent 5837c353b7
commit 9952463350
3 changed files with 119 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ import svSE from "./languages/sv-SE";
import koKR from "./languages/ko-KR";
import ruRU from "./languages/ru-RU";
import zhCN from "./languages/zh-CN";
import pl from "./languages/pl"
const routes = [
{
@@ -114,6 +115,7 @@ const languageList = {
"ko-KR": koKR,
"ru-RU": ruRU,
"zh-CN": zhCN,
"pl": pl,
};
const i18n = createI18n({