silverstripe-framework/i18n
2012-06-04 11:40:55 +02:00
..
i18n.php BUGFIX Fail silently in _t() legacy mode when using sprintf(), to avoid outdated translations breaking with a fatal error (e.g. CMSMain.ACCESS changed from two to one usage of {title}, which isn't changed yet in most languages). Slight performance overhead, but acceptable since its legacy usage only 2012-06-04 11:40:55 +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: Updated inline phpdoc while investigating trac/4113 2012-05-18 18:00:03 +12: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