feat: add Russian language translation (#11156)
This commit is contained in:
@@ -16,7 +16,8 @@ import {
|
||||
ar,
|
||||
zhCN,
|
||||
faIR,
|
||||
cs
|
||||
cs,
|
||||
ru
|
||||
} from "date-fns/locale"
|
||||
import { Language } from "./types"
|
||||
|
||||
@@ -129,4 +130,10 @@ export const languages: Language[] = [
|
||||
ltr: true,
|
||||
date_locale: cs,
|
||||
},
|
||||
{
|
||||
code: "ru",
|
||||
display_name: "Русский",
|
||||
ltr: true,
|
||||
date_locale: ru,
|
||||
},
|
||||
]
|
||||
|
||||
@@ -16,6 +16,7 @@ import ar from "./ar.json"
|
||||
import zhCN from "./zhCN.json"
|
||||
import fa from "./fa.json"
|
||||
import cs from "./cs.json"
|
||||
import ru from "./ru.json"
|
||||
|
||||
export default {
|
||||
de: {
|
||||
@@ -72,4 +73,7 @@ export default {
|
||||
cs: {
|
||||
translation: cs,
|
||||
},
|
||||
ru: {
|
||||
translation: ru,
|
||||
},
|
||||
}
|
||||
|
||||
2932
packages/admin/dashboard/src/i18n/translations/ru.json
Normal file
2932
packages/admin/dashboard/src/i18n/translations/ru.json
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user