mirror of
https://github.com/makeplane/plane.git
synced 2026-07-13 05:49:40 +02:00
[WEB-3545] feat: language translations #2750
This commit is contained in:
committed by
GitHub
parent
020aa75ec3
commit
9cd32a0337
1784
packages/i18n/src/locales/de/translations-extended.json
Normal file
1784
packages/i18n/src/locales/de/translations-extended.json
Normal file
File diff suppressed because it is too large
Load Diff
1784
packages/i18n/src/locales/ko/translations-extended.json
Normal file
1784
packages/i18n/src/locales/ko/translations-extended.json
Normal file
File diff suppressed because it is too large
Load Diff
1784
packages/i18n/src/locales/pl/translations-extended.json
Normal file
1784
packages/i18n/src/locales/pl/translations-extended.json
Normal file
File diff suppressed because it is too large
Load Diff
1784
packages/i18n/src/locales/sk/translations-extended.json
Normal file
1784
packages/i18n/src/locales/sk/translations-extended.json
Normal file
File diff suppressed because it is too large
Load Diff
1784
packages/i18n/src/locales/ua/translations-extended.json
Normal file
1784
packages/i18n/src/locales/ua/translations-extended.json
Normal file
File diff suppressed because it is too large
Load Diff
1784
packages/i18n/src/locales/zh-TW/translations-extended.json
Normal file
1784
packages/i18n/src/locales/zh-TW/translations-extended.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -196,12 +196,24 @@ export class TranslationStore {
|
||||
return import("../locales/ja/translations-extended.json");
|
||||
case "zh-CN":
|
||||
return import("../locales/zh-CN/translations-extended.json");
|
||||
case "zh-TW":
|
||||
return import("../locales/zh-TW/translations-extended.json");
|
||||
case "ru":
|
||||
return import("../locales/ru/translations-extended.json");
|
||||
case "it":
|
||||
return import("../locales/it/translations-extended.json");
|
||||
case "cs":
|
||||
return import("../locales/cs/translations-extended.json");
|
||||
case "sk":
|
||||
return import("../locales/sk/translations-extended.json");
|
||||
case "de":
|
||||
return import("../locales/de/translations-extended.json");
|
||||
case "ua":
|
||||
return import("../locales/ua/translations-extended.json");
|
||||
case "pl":
|
||||
return import("../locales/pl/translations-extended.json");
|
||||
case "ko":
|
||||
return import("../locales/ko/translations-extended.json");
|
||||
default:
|
||||
throw new Error(`Unsupported language: ${language}`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user