english file name
This commit is contained in:
@@ -2189,8 +2189,8 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
||||
existing language, where do I start?</b>
|
||||
<br />
|
||||
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.
|
||||
<br />
|
||||
Please note that we try not to use html entities like &eacute; in
|
||||
the translations, since we define the right character set in the file.
|
||||
@@ -2291,7 +2291,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
||||
</li>
|
||||
<li>
|
||||
Please don't use verbose strings in your code, instead add the string
|
||||
(at least) to <i>english.inc.php3</i> and print() it out.
|
||||
(at least) to <i>english-iso-8859-1.inc.php3</i> and print() it out.
|
||||
</li>
|
||||
<li>
|
||||
If you want to be really helpful, write an entry for the ChangeLog.
|
||||
|
Reference in New Issue
Block a user