From ff9cfd49e662dc30cf8305f04d886f93c5c2aa09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Tempez?= Date: Thu, 29 Sep 2022 19:14:03 +0200 Subject: [PATCH] Petits changements --- core/module/install/ressource/defaultdata.php | 3 +-- core/module/translate/translate.php | 2 +- site/i18n/es.json | 2 +- site/i18n/fr_FR.json | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/core/module/install/ressource/defaultdata.php b/core/module/install/ressource/defaultdata.php index a1e6e68f..a67a0c7d 100644 --- a/core/module/install/ressource/defaultdata.php +++ b/core/module/install/ressource/defaultdata.php @@ -42,8 +42,7 @@ class init extends common { 'redirectLogin' => true ], 'i18n' => [ - 'interface' => 'fr_FR', - 'content' => [] + 'interface' => 'fr_FR' ] ], 'core' => [ diff --git a/core/module/translate/translate.php b/core/module/translate/translate.php index 766d6a2a..e9ab9e7c 100644 --- a/core/module/translate/translate.php +++ b/core/module/translate/translate.php @@ -136,7 +136,7 @@ class translate extends common self::$languagesInstalled[] = [ template::flag($key, '50%'), $value . ' (' . $key . ')', - self::$i18nUI === $key ? '(langue de l\'interface)' : '', + self::$i18nUI === $key ? 'Interface' : '', '', template::button('translateContentLanguageEdit' . $key, [ 'href' => helper::baseUrl() . $this->getUrl(0) . '/edit/' . $key . '/' . $_SESSION['csrf'], diff --git a/site/i18n/es.json b/site/i18n/es.json index d1d0f8b3..7fd4f47d 100644 --- a/site/i18n/es.json +++ b/site/i18n/es.json @@ -325,7 +325,7 @@ "Gestion": "Administrar", "Administration": "Administración", "Multilangues": "", - "Langue de l'interface": "", + "Interface": "", "Langues du contenu": "", "Traduction des messages": "", "Traductions installées": "", diff --git a/site/i18n/fr_FR.json b/site/i18n/fr_FR.json index b6fe10fa..a27c22d6 100644 --- a/site/i18n/fr_FR.json +++ b/site/i18n/fr_FR.json @@ -325,7 +325,7 @@ "Gestion": "", "Administration": "", "Multilangues": "", - "Langue de l'interface": "", + "Interface": "", "Langues du contenu": "", "Traduction des messages": "", "Traductions installées": "",