feat(admin-ui): Add Russian translation (#5142)
This commit is contained in:
@@ -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