Show
Ignore:
Timestamp:
12/31/05 01:39:06 (3 years ago)
Author:
sven
Message:

use configured admin email in FOAF
another i18n kludge
more whitespace cleaning

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/units/gettext/library.php

    r63 r64  
    3333                         
    3434                        // If the locale isn't the default, set a new default language 
    35                         if ($list[0] != locale) { 
     35                        // If the first choice is the right non-country-specific language, don't bother 
     36                        // (kludge to allow a browser to default to "en", basically) 
     37                        if (substr($list[0], 0, 2) != substr(locale, 0, 2)) { 
    3638                                // Bind the 'elgg' text domain to the languages directory 
    3739                                $textdomainpath = bindtextdomain ('elgg', path . 'languages');