Merge pull request #32 from resoli/patch-1

Add italian translation.
This commit is contained in:
John Livingston 2021-04-12 15:23:40 +02:00 committed by GitHub
commit 141417cc99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

5
languages/it.json Normal file
View File

@ -0,0 +1,5 @@
{
"Open chat": "Apri la chat",
"Open chat in a new window": "Apri la chat in un nuova finestra",
"Close chat": "Chiudi la chat"
}

View File

@ -76,6 +76,7 @@
"fr-FR": "./languages/fr.json",
"eo": "./languages/eo.json",
"eu-ES": "./languages/eu.json",
"pl-PL": "./languages/pl.json"
"pl-PL": "./languages/pl.json",
"it-IT": "./languages/it.json"
}
}