Update i18n.ts

This commit is contained in:
Dr_Perry_Coke
2023-09-20 10:37:05 +03:00
committed by GitHub
parent c1f14ff50c
commit 447443c086

View File

@@ -40,6 +40,11 @@ export const languages: { [key: string]: Language } = {
countryCode: "pl",
fullCode: "pl-PL",
},
["ru"]: {
name: "Русский",
countryCode: "ru",
fullCode: "ru-RU",
},
}
i18n