function tt in Internationalization 6
Same name and namespace in other branches
Translate or update user defined string.
DEPRECATED, just kept for backwards compatibility.
@todo Remove tt() for Drupal 7.
See also
File
- i18nstrings/
i18nstrings.module, line 1091 - Internationalization (i18n) package - translatable strings.
Code
function tt($name, $string, $langcode = NULL) {
return i18nstrings($name, $string, $langcode);
}