mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
added a description where to add new languages
This commit is contained in:
@@ -50,9 +50,13 @@ $config['gettext_domain'] = NULL;
|
||||
| Site languages
|
||||
| -------------------------------------------------------------------
|
||||
| A list of enabled languages. These are the language that will be
|
||||
| used on the site.
|
||||
| used on the site and in the installer.
|
||||
|
|
||||
| IMPORTANT: If you add new languages also add this at the end of application/views/debug/index.php
|
||||
| Checklist to add a new language:
|
||||
| - Add the new language to this array
|
||||
| - Add the language at the bottom of application/views/debug/index.php
|
||||
| - Add the language at the array in install/includes/gettext/gettext_conf.php
|
||||
| - Add the language at the bottom of install/index.php
|
||||
|
|
||||
*/
|
||||
$config['languages'] = array(
|
||||
|
||||
Reference in New Issue
Block a user