Nom de la variables des langues disponibles
This commit is contained in:
parent
f1eb8e821a
commit
067a416fd9
@ -153,7 +153,7 @@ class common {
|
|||||||
public static $dialog;
|
public static $dialog;
|
||||||
// Langue de l'interface sélectionnée
|
// Langue de l'interface sélectionnée
|
||||||
public static $i18nUI = 'fr_FR';
|
public static $i18nUI = 'fr_FR';
|
||||||
public static $languagesUI = [
|
public static $languages = [
|
||||||
'az_AZ' => 'Azərbaycan dili',
|
'az_AZ' => 'Azərbaycan dili',
|
||||||
'bg_BG' => 'български език',
|
'bg_BG' => 'български език',
|
||||||
//'ca' => 'Català, valencià',
|
//'ca' => 'Català, valencià',
|
||||||
@ -2195,7 +2195,7 @@ class common {
|
|||||||
* Affiche le cadre avec les drapeaux sélectionnés
|
* Affiche le cadre avec les drapeaux sélectionnés
|
||||||
*/
|
*/
|
||||||
public function showi18n() {
|
public function showi18n() {
|
||||||
foreach (self::$languagesUI as $key => $value) {
|
foreach (self::$languages as $key => $value) {
|
||||||
if ($this->getData(['config', 'i18n', $key]) === 'site'
|
if ($this->getData(['config', 'i18n', $key]) === 'site'
|
||||||
) {
|
) {
|
||||||
if (
|
if (
|
||||||
|
Loading…
Reference in New Issue
Block a user