Update lang/README.md

This commit is contained in:
ruan 2018-03-11 10:00:53 +02:00
parent 52499677c1
commit a2b751be95
No known key found for this signature in database
GPG Key ID: 0D2EC1C52E469C0B

View File

@ -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).