Adjust documentation to gettext.

This commit is contained in:
Michal Čihař
2010-07-26 16:41:49 +02:00
parent 5f88219d18
commit ed34bb9054
2 changed files with 2 additions and 3 deletions

View File

@@ -94,7 +94,7 @@ $cfg['SaveDir'] = '';
/** /**
* Default language to use, if not browser-defined or user-defined * Default language to use, if not browser-defined or user-defined
* (you find all languages in the file libraries/select_lang.lib.php) * (you find all languages in the locale folder)
* uncomment the desired line: * uncomment the desired line:
* default = 'en' * default = 'en'
*/ */

View File

@@ -1932,8 +1932,7 @@ $cfg['DefaultLang'] = 'en';
$cfg['DefaultConnectionCollation'] = 'utf8_general_ci'; $cfg['DefaultConnectionCollation'] = 'utf8_general_ci';
/** /**
* Force: always use this language - must be defined in * Force: always use this language
* libraries/select_lang.lib.php
* $cfg['Lang'] = 'en'; * $cfg['Lang'] = 'en';
* *
* Regular expression to limit listed languages, e.g. '^(cs|en)' for Czech and * Regular expression to limit listed languages, e.g. '^(cs|en)' for Czech and