From b2c00c66c355a4341164a113c90e721ccebafe4e Mon Sep 17 00:00:00 2001 From: ruan <2369127-ruany@users.noreply.gitlab.com> Date: Thu, 6 Aug 2020 16:24:38 +0200 Subject: [PATCH] Update lang/README.md --- lang/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: ```