diff --git a/lang/README.md b/lang/README.md index b699901..fb2d68f 100755 --- a/lang/README.md +++ b/lang/README.md @@ -5,13 +5,13 @@ Example: `$this->lang = 'es_ES.utf8';` ----- -To create a new locale: +To create a new locale (example being "es_ES"): - 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: +- Edit the new file, change "class en_US" to "class es_ES" so it looks like this: ```