From b51d269b30d99d422ad742d1fed0a73cff9d00be Mon Sep 17 00:00:00 2001 From: ruan Date: Sun, 11 Mar 2018 10:01:50 +0200 Subject: [PATCH] Update lang/README.md --- lang/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/README.md b/lang/README.md index 714d205..737e996 100644 --- a/lang/README.md +++ b/lang/README.md @@ -12,7 +12,7 @@ class Lang { ``` - Translate all array assignments, e.g. `$array["title.bans"] = 'Baneos';` -- Edit settings.php, set `this->lang` to your locale. Example: `$this->lang = 'es_ES.utf8';` +- 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 your locale is outdated (if new messages are added to en_US), those new messages will be in English. +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.