🎨 Internationalization supports Italian language (#12562)

* Italian Language

* First commit reference [6e0da992af]

* Secondo commit reference [f50c0d606d]

* Third commit reference [b6af01ecd3]

* Fourth commit reference [74d3302b09]

* Fifth commit reference [856f6af722]

* Six commit reference [5d97e4f2f8]
This commit is contained in:
Shadw 2024-09-23 16:27:08 +02:00 committed by GitHub
parent 5ad9de9541
commit f8abfd270e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 1559 additions and 2 deletions

View file

@ -268,7 +268,7 @@ declare namespace Config {
* User interface language
* Same as {@link IAppearance.lang}
*/
export type TLang = "en_US" | "es_ES" | "fr_FR" | "zh_CHT" | "zh_CN" | "ja_JP";
export type TLang = "en_US" | "es_ES" | "fr_FR" | "zh_CHT" | "zh_CN" | "ja_JP" | "it_IT";
/**
* SiYuan bazaar related configuration