diff --git a/Documentation.html b/Documentation.html index bd51c7d3f..3e2cf2ced 100755 --- a/Documentation.html +++ b/Documentation.html @@ -2189,8 +2189,8 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://' existing language, where do I start?
Always use the current cvs version of your language file. - For a new language, start from english.inc.php3. If you don't know how to - get the cvs version, please ask one of the developers. + For a new language, start from english-iso-8859-1.inc.php3. If you don't + know how to get the cvs version, please ask one of the developers.
Please note that we try not to use html entities like é in the translations, since we define the right character set in the file. @@ -2291,7 +2291,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
  • Please don't use verbose strings in your code, instead add the string - (at least) to english.inc.php3 and print() it out. + (at least) to english-iso-8859-1.inc.php3 and print() it out.
  • If you want to be really helpful, write an entry for the ChangeLog.