Added Italian language (#233)

* Update i18n.ts

* Update de-DE.json

* Update en-US.json

* Update es.json

* Update fi.json

* Update fr-FR.json

* Update ru-RU.json

* Update zh-CN.json

* Create it-IT.json

* Update it-IT.json

* Update it-IT.json

* Update it-IT.json

* Update it-IT.json

* Update it-IT.json

* Prettier

---------

Co-authored-by: Sebastien Castiel <sebastien@castiel.me>
This commit is contained in:
Maxco10
2024-10-05 16:30:45 +02:00
committed by GitHub
parent 8742bd59da
commit 343363d54f
9 changed files with 412 additions and 7 deletions

View File

@@ -9,6 +9,7 @@ export const locales = [
'de-DE',
'zh-CN',
'ru-RU',
'it-IT',
] as const
export type Locale = (typeof locales)[number]
export type Locales = ReadonlyArray<Locale>