mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-10 15:56:03 +00:00
feat(i18n): add Russian (ru-RU) language support
This commit is contained in:
@@ -6,6 +6,7 @@ export interface I18nObject {
|
||||
th_TH?: string;
|
||||
vi_VN?: string;
|
||||
es_ES?: string;
|
||||
ru_RU?: string;
|
||||
}
|
||||
|
||||
export interface ComponentManifest {
|
||||
|
||||
Reference in New Issue
Block a user