diff --git a/src/js/locale/dictionaries.js b/src/js/locale/dictionaries.js index 39b5aca1..0ac20063 100755 --- a/src/js/locale/dictionaries.js +++ b/src/js/locale/dictionaries.js @@ -6,6 +6,7 @@ import _sv from './sv.yaml'; import _nl from './nl.yaml'; import _ja from './ja.yaml'; import _pl from './pl.yaml'; +import _it from './it.yaml'; // Merge languages with English. This provides English fallbacks to untranslated // fields without breaking the UI (with blanks) @@ -21,11 +22,14 @@ const ja = {}; merge(ja, en, _ja); const pl = {}; merge(pl, en, _pl); +const it = {}; +merge(it, en, _it); const available = [ { key: 'en', name: en.name }, { key: 'de', name: de.name }, { key: 'fr', name: fr.name }, + { key: 'it', name: it.name }, { key: 'ja', name: ja.name }, { key: 'nl', name: nl.name }, { key: 'pl', name: pl.name }, @@ -40,6 +44,7 @@ export default { nl, ja, pl, + it, available, }; @@ -51,5 +56,6 @@ export { nl, ja, pl, + it, available, }; diff --git a/src/js/locale/en.yaml b/src/js/locale/en.yaml index 57b59887..2da911bf 100755 --- a/src/js/locale/en.yaml +++ b/src/js/locale/en.yaml @@ -557,7 +557,7 @@ modal: interface_description: Theme, sorting, filters, etc import: title: Configuration shared - subtitle: 'Another user has shared his configuration with you. This includes:' + subtitle: 'Another user has shared their configuration with you. This includes:' do_you_want_to_import: Do you want to import this? import_now: Import now successful: Import successful