chore(translations): add Polish files

This commit is contained in:
Elias Schneider
2023-10-12 14:30:04 +02:00
parent 688ae6c86e
commit 1d8dc8fe5b
2 changed files with 445 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ import russian from "./translations/ru-RU";
import serbian from "./translations/sr-SP";
import thai from "./translations/th-TH";
import chineseSimplified from "./translations/zh-CN";
import polish from "./translations/pl-PL";
export const LOCALES = {
ENGLISH: {
@@ -78,4 +79,9 @@ export const LOCALES = {
code: "ja-JP",
messages: japanese,
},
POLISH: {
name: "Polski",
code: "pl-PL",
messages: polish,
},
};