feat(i18n): add Russian (ru-RU) language support

This commit is contained in:
RockChinQ
2026-04-17 20:00:50 +08:00
parent 49239e0e08
commit 0b8ab4b54b
5 changed files with 1311 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ export interface I18nObject {
th_TH?: string;
vi_VN?: string;
es_ES?: string;
ru_RU?: string;
}
export interface ComponentManifest {