html entities

This commit is contained in:
Marc Delisle
2002-07-05 12:43:50 +00:00
parent b822c3a0e0
commit 285d7ef754
2 changed files with 7 additions and 0 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2002-07-05 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: about html entities in translations
2002-07-01 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* Documentation.html: coding standards and xhtml fixes.

View File

@@ -2162,6 +2162,10 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
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.
<br />
Please note that we try not to use html entities like &amp;eacute; in
the translations, since we define the right character set in the file.
With html entities, the text on buttons would not display correctly.
<br />
You can then put your translations, as a zip file to avoid losing special
characters, on the sourceforge.net translation tracker.
<br />