silverstripe-framework/i18n
Ingo Schommer 395580bdd6 BUG Locale-isolated i18n/Zend cache
In certain cases (e.g. with the mi_NZ locale),
the i18n system would regard a langage as already
loaded if it was restored from a cached, but empty
translation list (through Zend_Translate).
This was due to the cache key being generated
based solely on the content, rather than taking
other options like the locale into account.
2012-08-12 22:11:55 +02:00
..
i18n.php BUG Locale-isolated i18n/Zend cache 2012-08-12 22:11: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 MINOR Fixed phpdocs 2012-06-20 23:59:16 +02:00
i18nSSLegacyAdapter.php MINOR Fixed phpdocs 2012-06-20 23:59:16 +02:00
i18nTextCollector.php BUG Fix PHPUnit autoloading problems in text collector 2012-08-09 12:47:12 +02:00
i18nTranslateAdapterInterface.php MINOR Fixed phpdocs 2012-06-20 23:59:16 +02:00