feat(admin-ui): Add Russian translation (#5142)
This commit is contained in:
1919
packages/admin-ui/ui/public/locales/ru/translation.json
Normal file
1919
packages/admin-ui/ui/public/locales/ru/translation.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -52,6 +52,10 @@ export const supportedLanguages = [
|
||||
{
|
||||
locale: "tm",
|
||||
name: "Tamil",
|
||||
},
|
||||
{
|
||||
locale: "ru",
|
||||
name: "Русский"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -79,4 +83,4 @@ void i18n
|
||||
detection: {
|
||||
convertDetectedLanguage: (lng) => lng.split("-")[0],
|
||||
},
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user