Allow the admins to set default language globally

jayabie jayabie 26 Мая 2023 (ред)

The admins needs to be able to change the default of their communities globally.
for now all the communities are launching in Russian language till changed by the logged in users.

3 Ответа

  1. Cipherchunk Cipherchunk 27 Мая 2023 (ред.)

    No you can set the global language it's in the script I will check where and show you

  1. Evg Evg 27 Мая 2023 (ред.)

    You can change the global settings in the file: general.php

    // Локализация по умолчанию (+ какие языки есть в системе)
    // Default localization (+ languages represented)
    'lang'              => 'ru',
    'languages'         => ['ru', 'ua', 'en', 'ro', 'fr', 'ar', 'zh_TW', 'zh_CN', 'de'],

    Настроить глобально локализацию сайта можно в файле general.php.

    1. jayabie jayabie 27 Мая 2023 (ред.)

      This sounds good, but will make it easy more if we can get it as an option in the admin panel.