mirror of
https://github.com/makeplane/plane.git
synced 2026-07-13 14:01:45 +02:00
chore: russian translation updated (#2600)
This commit is contained in:
committed by
GitHub
parent
0707af3dd4
commit
23b3adddf7
1084
packages/i18n/src/locales/ru/translations-extended.json
Normal file
1084
packages/i18n/src/locales/ru/translations-extended.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -180,6 +180,8 @@ export class TranslationStore {
|
||||
return import("../locales/ja/translations-extended.json");
|
||||
case "zh-CN":
|
||||
return import("../locales/zh-CN/translations-extended.json");
|
||||
case "ru":
|
||||
return import("../locales/ru/translations-extended.json");
|
||||
default:
|
||||
throw new Error(`Unsupported language: ${language}`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user