silverstripe-framework/i18n
2012-05-01 22:17:00 +02:00
..
i18n.php ENHANCEMENT Backwards compatible $priority parameter for i18n::_t(): Allow numeric arrays as parameters, as well as %s style replacements with a named parameter map (easier transition to new system with existing translation strings) 2012-05-01 22:17:00 +02:00
i18nEntityProvider.php MINOR Removed deprecated usage of $priority argument in _t() calls 2012-04-15 17:17:17 +02:00
i18nRailsYamlAdapter.php BUGFIX Fixed broken path, should be RailsYAML not RailsYaml 2012-04-16 14:04:41 +12:00
i18nSSLegacyAdapter.php MINOR Added array fallback support to i18nSSLegacyAdapter 2012-04-15 17:17:15 +02:00
i18nTextCollector.php MINOR Fixed i18nTextCollector module disambiguation, was looking at wrong array key (shifted one due to removed priority setting) 2012-04-27 10:11:38 +02:00
i18nTranslateAdapterInterface.php API CHANGE Using Zend_Translate with YAML translation files, replacing the $lang global and PHP files in the /lang folders. 2012-04-15 17:17:15 +02:00