You are here

function tt in Internationalization 6

Same name and namespace in other branches
  1. 5.3 i18n.module \tt()
  2. 5 experimental/i18nstrings.module \tt()
  3. 5.2 experimental/i18nstrings.module \tt()

Translate or update user defined string.

DEPRECATED, just kept for backwards compatibility.

@todo Remove tt() for Drupal 7.

See also

i18nstrings()

File

i18nstrings/i18nstrings.module, line 1091
Internationalization (i18n) package - translatable strings.

Code

function tt($name, $string, $langcode = NULL) {
  return i18nstrings($name, $string, $langcode);
}