Add Italian translation to i18n.ts
This commit is contained in:
parent
83b26e019f
commit
9ba250443c
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ const languageList = {
|
|||
"ru": "Русский",
|
||||
"cs-CZ": "Čeština",
|
||||
"ar": "العربية",
|
||||
"th":"ไทย"
|
||||
"th":"ไทย",
|
||||
"it-IT":"Italiano"
|
||||
};
|
||||
|
||||
let messages = {
|
||||
|
|
Loading…
Add table
Reference in a new issue