chore(translations): add Czech files

This commit is contained in:
Elias Schneider
2024-08-25 15:33:35 +02:00
parent 17d593a794
commit c98b237259
2 changed files with 652 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ import ukrainian from "./translations/uk-UA";
import chineseSimplified from "./translations/zh-CN";
import chineseTraditional from "./translations/zh-TW";
import turkish from "./translations/tr-TR";
import czech from "./translations/cs-CZ";
export const LOCALES = {
ENGLISH: {
@@ -144,4 +145,9 @@ export const LOCALES = {
code: "tr-TR",
messages: turkish,
},
CZECH: {
name: "Čeština",
code: "cs-CZ",
messages: czech,
},
};