From 4c0e0bd4b690d51b35610e75b3abe7829d6b7c86 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Wed, 7 Apr 2021 08:04:43 +0200 Subject: [PATCH] i18n pour la v11 --- core/core.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/core/core.php b/core/core.php index 9efcb80d..2ec1c162 100755 --- a/core/core.php +++ b/core/core.php @@ -143,6 +143,16 @@ class common { self::GROUP_MODERATOR => 'Éditeur', self::GROUP_ADMIN => 'Administrateur' ]; + // Langues proposées + public static $i18nList = [ + 'fr' => 'Français (fr)', + 'de' => 'Allemand (de)', + 'en' => 'Anglais (en)', + 'es' => 'Espagnol (es)', + 'it' => 'Italien (it)', + 'nl' => 'Néerlandais (nl)', + 'pt' => 'Portugais (pt)', + ]; // Langue courante public static $i18nCurrent = 'fr'; public static $timezone;