Update i18n.ts
add Czech translation
This commit is contained in:
@@ -45,6 +45,11 @@ export const languages: { [key: string]: Language } = {
|
|||||||
countryCode: "ru",
|
countryCode: "ru",
|
||||||
fullCode: "ru-RU",
|
fullCode: "ru-RU",
|
||||||
},
|
},
|
||||||
|
["cs"]: {
|
||||||
|
name: "Česky",
|
||||||
|
countryCode: "cs",
|
||||||
|
fullCode: "cs-CS",
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
i18n
|
i18n
|
||||||
|
|||||||
Reference in New Issue
Block a user