Skip to content

Commit

Permalink
Issue abahmed#278: Added italian language and edited app/i18n/locales…
Browse files Browse the repository at this point in the history
…/index.js.
  • Loading branch information
FilippoSecchi committed Mar 24, 2021
1 parent 3b2d04a commit ac94a2e
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/i18n/locales/it/about.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"homeBtn": "Home",
"copyright": "Copyright",
"forAuthors": "per gli Autori",
"license": "Distribuito sotto Licenza {{license}}",
"WantHelp": "Desideri Aiutare?",
"reportIssue": "Segnala un Problema",
"or": ", o",
"contribute": "contribuisci"
}
6 changes: 6 additions & 0 deletions app/i18n/locales/it/dashboard.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"welcome": "Benvenuto",
"newNote": "Nuova Nota",
"settings": "Settings",
"about": "Informazioni"
}
11 changes: 11 additions & 0 deletions app/i18n/locales/it/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import noteEditor from './noteEditor.json'
import settings from './settings.json'
import about from './about.json'
import dashboard from './dashboard.json'

export default {
noteEditor,
settings,
about,
dashboard
}
3 changes: 3 additions & 0 deletions app/i18n/locales/it/noteEditor.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"placeholder": "Scrivi qua cosa stai pensando..."
}
6 changes: 6 additions & 0 deletions app/i18n/locales/it/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"cancelBtn": "Elimina",
"saveBtn": "Salva",
"settings": "Settings",
"language": "Lingua"
}

0 comments on commit ac94a2e

Please sign in to comment.