Skip to content

Instantly share code, notes, and snippets.

@hanamizuki
Created December 18, 2012 14:15
Show Gist options
  • Save hanamizuki/4328312 to your computer and use it in GitHub Desktop.
Save hanamizuki/4328312 to your computer and use it in GitHub Desktop.
t();
http://api.drupal.org/api/drupal/includes%21bootstrap.inc/function/t/7
An example of using context.
<?php
print t(‘TEXT TO BE TRANSLATED’, array(), array(‘context’=>‘CONTEXT NAME’));
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment