Diff of /mambo/branches/4.6/includes/mambolanguage.class.php
Parent Directory
|
Revision Log
|
Patch
| revision 904, Tue Jan 23 18:33:33 2007 UTC | revision 908, Fri Jan 26 02:34:06 2007 UTC | |
|---|---|---|
| # | Line 434 | Line 434 |
| 434 | $locales['plural_forms'] = $plural_forms; | $locales['plural_forms'] = $plural_forms; |
| 435 | return $locales; | return $locales; |
| 436 | } | } |
| 437 | ||
| 438 | function getSystemLocale(){ | |
| 439 | if (substr(strtoupper(PHP_OS), 0, 3) == 'WIN'){ | |
| 440 | return strtolower($this->title).'_'.strtolower($this->iso3166_3); | |
| 441 | } else { | |
| 442 | return $this->locale; | |
| 443 | } | |
| 444 | } | |
| 445 | } | } |
| 446 | ||
| 447 | function getlocales() { | function getlocales() { |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

