diff --git a/core/core.php b/core/core.php index ff21f1bc..c946a700 100644 --- a/core/core.php +++ b/core/core.php @@ -31,7 +31,7 @@ class common { const TEMP_DIR = 'site/tmp/'; // Numéro de version - const ZWII_VERSION = '10.0.71.dev'; + const ZWII_VERSION = '10.0.72.dev'; public static $actions = []; public static $coreModuleIds = [ @@ -60,7 +60,14 @@ class common { 'pt' => 'Portugais (pt)', 'sv' => 'Suédois (sv)', 'ro' => 'Roumain (ro)', - 'cz' => 'Tchèque (cz)' + 'cz' => 'Tchèque (cz)', + 'tr' => 'Turquie (tr)', + 'eu' => 'Basque (eu)', + 'br' => 'Breton (br)', + 'co' => 'Corse (co)', + 'ha' => 'Flamand (ha)', + 'oc' => 'Occitan (oc)', + 'pi' => 'Picard (pi)' ]; public static $dataStage = [ 'config', diff --git a/core/module/i18n/ressource/page.json b/core/module/i18n/ressource/page.json index 6df83508..fbffef1d 100644 --- a/core/module/i18n/ressource/page.json +++ b/core/module/i18n/ressource/page.json @@ -4,7 +4,7 @@ "typeMenu": "text", "iconUrl": "", "disable": false, - "content": "

Welcome to ZwiiCMS!

", + "content": "

Welcome to ZwiiCMS!

Willkommen bei ZwiiCMS

Bienvenido a ZwiiCMS

", "hideTitle": false, "breadCrumb": false, "metaDescription": "", diff --git a/core/vendor/icon-flags/png/br.png b/core/vendor/icon-flags/png/br.png new file mode 100644 index 00000000..c1d0be99 Binary files /dev/null and b/core/vendor/icon-flags/png/br.png differ diff --git a/core/vendor/icon-flags/png/co.png b/core/vendor/icon-flags/png/co.png new file mode 100644 index 00000000..054d5696 Binary files /dev/null and b/core/vendor/icon-flags/png/co.png differ diff --git a/core/vendor/icon-flags/png/eu.png b/core/vendor/icon-flags/png/eu.png new file mode 100644 index 00000000..3cff5eae Binary files /dev/null and b/core/vendor/icon-flags/png/eu.png differ diff --git a/core/vendor/icon-flags/png/ha.png b/core/vendor/icon-flags/png/ha.png new file mode 100644 index 00000000..4152d136 Binary files /dev/null and b/core/vendor/icon-flags/png/ha.png differ diff --git a/core/vendor/icon-flags/png/oc.png b/core/vendor/icon-flags/png/oc.png new file mode 100644 index 00000000..da43366b Binary files /dev/null and b/core/vendor/icon-flags/png/oc.png differ diff --git a/core/vendor/icon-flags/png/pi.png b/core/vendor/icon-flags/png/pi.png new file mode 100644 index 00000000..57ee3d76 Binary files /dev/null and b/core/vendor/icon-flags/png/pi.png differ diff --git a/core/vendor/icon-flags/png/tr.png b/core/vendor/icon-flags/png/tr.png new file mode 100644 index 00000000..a67740a1 Binary files /dev/null and b/core/vendor/icon-flags/png/tr.png differ