On Wed, 04 Jun 2008 19:56:43 +1000, DD32 <[EMAIL PROTECTED]> wrote: >Just a few quick thoughts: >wp-includes/strings.php > * Contains any hard coded strings in english, Ie. strings for before >gettext is loaded. >wp-load.php: > * Checks to see if wp-content/strings.php exists > * If so Include that file > * Else, include the default wp-includes/strings.php file > >wp-load/wp-settings/etc for before gettext loaded: > * Reference to $hardcoded['no_db'], or $hardcoded['php_too_old'] rather >than hard coded strings. > >Result: > * Core files not modified, Localised distributions have to include a >single extra file in the distro in the users content folder > * Static files would notbenefit from that, but, i would hope that >instead, translated versions were included, ie. readme.html = english, >readme-fr.html = french translation
*1 for this... the only thing i would change is the position of locale strings.php that should go with other languages file (wp-includes/languages/ actually) -- Stefano Aglietti - StallonIt on IRCnet - ICQ#: 2078431 Email: [EMAIL PROTECTED] [EMAIL PROTECTED] Sites: http://www.40annibuttati.it (personal blog) http://www.wordpress-it.it (WordPress Italia) _______________________________________________ wp-polyglots mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-polyglots
