diff --git a/client/src/i18n.ts b/client/src/i18n.ts index 10a8296..589c3cf 100644 --- a/client/src/i18n.ts +++ b/client/src/i18n.ts @@ -75,7 +75,12 @@ export const languages: { [key: string]: Language } = { countryCode: "it", fullCode: "it-IT", }, -} + ["uk"]: { + name: "Українська", + countryCode: "ua", + fullCode: "uk-UA", + }, +}; i18n .use(Backend)