diff --git a/lang/README.md b/lang/README.md index 737e996..27c1b91 100644 --- a/lang/README.md +++ b/lang/README.md @@ -1,15 +1,14 @@ To create a new locale: - Copy lang/en_US.utf8.php to a new file (e.g. `lang/es_ES.utf8.php`) - Edit the new file, change "class DefaultLang" to "class Lang" so it looks like this: -``` +``` lang` to your locale. Example: `$this->lang = 'es_ES.utf8';`