You are here

function i18n_test_i18n_string_refresh in Internationalization 7

Locale refresh

1 string reference to 'i18n_test_i18n_string_refresh'
i18n_test_i18n_string_info in tests/i18n_test.module
Implements hook_i18n_string_info()

File

tests/i18n_test.module, line 50
Helper module for testing i18n

Code

function i18n_test_i18n_string_refresh() {
  return TRUE;
}