feat(admin-ui): Add Russian translation (#5142)

This commit is contained in:
Yersultan
2023-10-30 20:12:49 +06:00
committed by GitHub
parent 148f537b47
commit 3e5c6f5d8c
2 changed files with 1924 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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],
},
})
})