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