Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #406 from beabee-communityrm/chore/add-it
Browse files Browse the repository at this point in the history
chore: add Italian
  • Loading branch information
wpf500 authored Apr 19, 2024
2 parents 8ce12a1 + 55e1014 commit 1575fc9
Show file tree
Hide file tree
Showing 3 changed files with 424 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/locales/current.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@ import localeDeInformal from "./[email protected]";
import localeEn from "./en.json";
import localePt from "./pt.json";
import localeRu from "./ru.json";
import localeIt from "./it.json";

const locales = {
de: localeDe,
"de@informal": localeDeInformal,
en: localeEn,
nl: localeEn, // CNR only
pt: localePt,
ru: localeRu
ru: localeRu,
it: localeIt
} as const;

export type Locale = keyof typeof locales;
Expand Down
Loading

0 comments on commit 1575fc9

Please sign in to comment.