Skip to content

Instantly share code, notes, and snippets.

@joelpittet
Created November 22, 2012 18:37
Show Gist options
  • Select an option

  • Save joelpittet/4132503 to your computer and use it in GitHub Desktop.

Select an option

Save joelpittet/4132503 to your computer and use it in GitHub Desktop.
<?php print t('View %name, displaying items of type <strong>@base</strong>.',
array('%name' => $view->get('name'), '@base' => $base_table)); ?>
{{ 'View %name, displaying items of type <strong>@base</strong>.'|t({'%name': view.get('name'), '@base': base_table}) }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment