Статья

Allow the admins to set default language globally

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. No you can set the global language it's in the script I will check where and show you

  1. 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. This sounds good, but will make it easy more if we can get it as an option in the admin panel.