function i18n_test_locale_refresh in Internationalization 6
Locale refresh
1 string reference to 'i18n_test_locale_refresh'
- i18n_test_locale in tests/
i18n_test.module - Implementation of hook_locale()
File
- tests/
i18n_test.module, line 46 - Helper module for testing i18n
Code
function i18n_test_locale_refresh() {
return TRUE;
}