Added Ukrainian to i18n.ts
This commit is contained in:
@@ -75,7 +75,12 @@ export const languages: { [key: string]: Language } = {
|
|||||||
countryCode: "it",
|
countryCode: "it",
|
||||||
fullCode: "it-IT",
|
fullCode: "it-IT",
|
||||||
},
|
},
|
||||||
}
|
["uk"]: {
|
||||||
|
name: "Українська",
|
||||||
|
countryCode: "ua",
|
||||||
|
fullCode: "uk-UA",
|
||||||
|
},
|
||||||
|
};
|
||||||
|
|
||||||
i18n
|
i18n
|
||||||
.use(Backend)
|
.use(Backend)
|
||||||
|
|||||||
Reference in New Issue
Block a user