From 1655915e7160a55428fbf7dd2e44b9579d13ce2b Mon Sep 17 00:00:00 2001 From: Pinga <121483313+getpinga@users.noreply.github.com> Date: Thu, 21 Nov 2024 13:54:11 +0200 Subject: [PATCH] One more documentation update --- docs/configuration.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/configuration.md b/docs/configuration.md index d99a5b9..fad6d33 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -205,6 +205,14 @@ To customize the documentation, copy `docs.twig` to `docs.custom.twig` using the **1.4.8.3. Customizing the Media Kit Page**: To customize the media kit page, copy `mediakit.twig` to `mediakit.custom.twig` using `cp /var/www/cp/resources/views/admin/support/mediakit.twig /var/www/cp/resources/views/admin/support/mediakit.custom.twig`. Edit `mediakit.custom.twig` to apply your changes. The system will prioritize `mediakit.custom.twig` over the default file. +#### 1.4.9. Changing the Default Control Panel Language + +To change the default language of the control panel, you must edit the `/var/www/cp/.env` file and replace the language values (`LANG`/`UI_LANG`) with your desired settings. + +For the `LANG` variable, the supported values are `en_US`, `uk_UA`, `jp_JP`, and `fr_FR`. For the `UI_LANG` variable, use `us`, `ua`, `jp`, or `fr`. + +To apply your changes, save the file, refresh the control panel, and clear the cache using the following command: `php /var/www/cp/bin/clear_cache.php` The new language settings will take effect immediately. + ## 2. Recommended Components and Integrations This section outlines recommended components to enhance the functionality and reliability of your Namingo setup. These include essential services like DNS servers, monitoring tools, and other integrations that can help maintain a robust registry environment.