Update lang/README.md

This commit is contained in:
ruan 2022-03-21 06:44:54 +02:00
parent 5118bb7eef
commit 03a08b4eb6

View File

@ -18,7 +18,3 @@ class es_ES {
} }
``` ```
- Translate all array assignments, e.g. `$array["title.bans"] = 'Baneos';` - 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.