feat(translation): add Czech translation (#6725)
This commit is contained in:
parent
a953013f70
commit
099c5d50ee
4 changed files with 2203 additions and 1 deletions
|
|
@ -151,6 +151,8 @@ export class TranslationStore {
|
|||
return import("../locales/ru/translations.json");
|
||||
case "it":
|
||||
return import("../locales/it/translations.json");
|
||||
case "cs":
|
||||
return import("../locales/cs/translations.json");
|
||||
default:
|
||||
throw new Error(`Unsupported language: ${language}`);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue