Ignore:
Timestamp:
Mar 2, 2010, 3:54:22 PM (14 years ago)
Author:
nikrou
Message:

Feature 1451 : localization with gettext
Use php-gettext (developpement version rev43, because of php5.3) as fallback
Use native language (english) instead of key for translation
Keep directory en_UK for english customization
Need some refactoring for plurals

Todo : managing plugins in the same way

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/calendar_base.class.php

    r5014 r5021  
    9696    elseif ('any' === $date_component )
    9797    {
    98       $label = l10n('calendar_any');
     98      $label = l10n('All');
    9999    }
    100100    return $label;
     
    193193          );
    194194      $nav_bar_datas[]=array(
    195         'LABEL' => l10n('calendar_any'),
     195        'LABEL' => l10n('All'),
    196196        'URL' => $url
    197197      );
Note: See TracChangeset for help on using the changeset viewer.