From 03a08b4eb69eb49385850286ae5f7e2ab911b0cd Mon Sep 17 00:00:00 2001 From: ruan <2369127-ruany@users.noreply.gitlab.com> Date: Mon, 21 Mar 2022 06:44:54 +0200 Subject: [PATCH] Update lang/README.md --- lang/README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lang/README.md b/lang/README.md index fb2d68f..bcb79e9 100755 --- a/lang/README.md +++ b/lang/README.md @@ -17,8 +17,4 @@ class es_ES { } } ``` -- Translate all array assignments, e.g. `$array["title.bans"] = 'Baneos';` -- Edit inc/settings.php, set `this->lang` to your locale. Example: `$this->lang = 'es_ES.utf8';` - -All messages not translated by the main locale will be translated by the fallback locale (en_US.utf8). -Thus, if new messages are added to en_US, those new messages will be in English until your locale is updated to include translations for the new messages. +- Translate all array assignments, e.g. `$array["title.bans"] = 'Baneos';` \ No newline at end of file