From a2b751be950d16c0f9b40c8609af60423ccdbe0b Mon Sep 17 00:00:00 2001 From: ruan Date: Sun, 11 Mar 2018 10:00:53 +0200 Subject: [PATCH] Update lang/README.md --- lang/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/README.md b/lang/README.md index d5387c8..714d205 100644 --- a/lang/README.md +++ b/lang/README.md @@ -11,7 +11,7 @@ class Lang { } ``` -- Translate all array assignments, e.g. `$array["page.permanent.ban"] = 'Baneo Permanente';` +- 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';` All messages not translated by the main locale will be translated by the fallback locale (en_US.utf8).