Implementing italian; Reverting 'their' vs 'his'

This commit is contained in:
James Barnsley
2021-02-21 12:34:03 +13:00
parent 1e186459d0
commit 2ba4aa3093
2 changed files with 7 additions and 1 deletions

View File

@ -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,
};

View File

@ -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