Add Italian translations
[skip ci]
This commit is contained in:
@@ -10,3 +10,4 @@ TEMPLATE="pl" bun main.ts
|
||||
TEMPLATE="de" bun main.ts
|
||||
TEMPLATE="ja" bun main.ts
|
||||
TEMPLATE="es" bun main.ts
|
||||
TEMPLATE="it" bun main.ts
|
||||
|
||||
20
scripts/translator/templates/it.json
Normal file
20
scripts/translator/templates/it.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"full_name": "Italian",
|
||||
"examples": [
|
||||
{
|
||||
"key": "BAR.OPACITY",
|
||||
"en": "Opacity",
|
||||
"translated": "Opacità"
|
||||
},
|
||||
{
|
||||
"key": "PANEL.CLOSE",
|
||||
"en": "Close panel",
|
||||
"translated": "Chiudi pannello"
|
||||
},
|
||||
{
|
||||
"key": "SETTINGS.LEFT_HANDED_MODE",
|
||||
"en": "Left-handed mode",
|
||||
"translated": "Modalità mancino"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user