From c3bb45539f8baa9a8ad838380bc8e440a32226f5 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Mon, 6 Mar 2023 18:22:55 +1300 Subject: [PATCH] ENH Update translations --- .tx/config | 5 +++-- lang/hr.yml | 3 +++ lang/it.yml | 2 ++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.tx/config b/.tx/config index 9845f74..6d46394 100644 --- a/.tx/config +++ b/.tx/config @@ -1,8 +1,9 @@ [main] host = https://www.transifex.com -[silverstripe-taxonomy.master] +[o:silverstripe:p:silverstripe-taxonomy:r:master] file_filter = lang/.yml source_file = lang/en.yml source_lang = en -type = YML \ No newline at end of file +type = YML + diff --git a/lang/hr.yml b/lang/hr.yml index c0448bd..332127b 100644 --- a/lang/hr.yml +++ b/lang/hr.yml @@ -8,3 +8,6 @@ hr: EditPermissionLabel: 'Uredi pojam taksonomije' PLURALNAME: 'Pojmovi taksonomije' SINGULARNAME: 'Pojam taksonomije' + SilverStripe\Taxonomy\TaxonomyType: + PLURALNAME: 'Tipovi taksonomija' + SINGULARNAME: 'Tipovi taksonomije' diff --git a/lang/it.yml b/lang/it.yml index 769f3f6..1db4b0d 100644 --- a/lang/it.yml +++ b/lang/it.yml @@ -10,10 +10,12 @@ it: PLURALS: one: 'Un Termine tassonomico' other: '{count} Termini tassonomici' + many: '{count} Termini tassonomici' SINGULARNAME: 'Termine tassonomico' SilverStripe\Taxonomy\TaxonomyType: PLURALNAME: 'Tipi Tassonomie' PLURALS: one: 'Un Tipo Tassonomia' other: '{count} Tipi Tassonomie' + many: '{count} Tipi Tassonomie' SINGULARNAME: 'Tipo Tassonomia'