From 285d7ef7544e2384c4254a46127abde128e7a66d Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 5 Jul 2002 12:43:50 +0000 Subject: [PATCH] html entities --- ChangeLog | 3 +++ Documentation.html | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index f86a50b02..6069bfd2b 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2002-07-05 Marc Delisle + * Documentation.html: about html entities in translations + 2002-07-01 Loïc Chapeaux * Documentation.html: coding standards and xhtml fixes. diff --git a/Documentation.html b/Documentation.html index 27d2c62f8..4044e2622 100755 --- a/Documentation.html +++ b/Documentation.html @@ -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.
+ Please note that we try not to use html entities like é in + the translations, since we define the right character set in the file. + With html entities, the text on buttons would not display correctly. +
You can then put your translations, as a zip file to avoid losing special characters, on the sourceforge.net translation tracker.