Ignore:
Timestamp:
Mar 21, 2010, 10:42:21 PM (14 years ago)
Author:
ddtddt
Message:

[Branche2] localisation hu/RU feature:1526 and feature:1527

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/install.php

    r4758 r5233  
    224224  define('PHPWG_DOMAIN', 'cn.piwigo.org');
    225225}
     226else if ('hu_HU' == $language) {
     227  define('PHPWG_DOMAIN', 'hu.piwigo.org');
     228}
     229else if ('ru_RU' == $language) {
     230  define('PHPWG_DOMAIN', 'ru.piwigo.org');
     231}
    226232else {
    227233  define('PHPWG_DOMAIN', 'piwigo.org');
Note: See TracChangeset for help on using the changeset viewer.