mirror of
https://github.com/spliit-app/spliit.git
synced 2026-02-22 07:26:13 +01:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user