Update i18n.ts
This commit is contained in:
@@ -40,6 +40,11 @@ export const languages: { [key: string]: Language } = {
|
|||||||
countryCode: "pl",
|
countryCode: "pl",
|
||||||
fullCode: "pl-PL",
|
fullCode: "pl-PL",
|
||||||
},
|
},
|
||||||
|
["ru"]: {
|
||||||
|
name: "Русский",
|
||||||
|
countryCode: "ru",
|
||||||
|
fullCode: "ru-RU",
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
i18n
|
i18n
|
||||||
|
|||||||
Reference in New Issue
Block a user