Skip to content

Instantly share code, notes, and snippets.

@hertsch
Last active August 29, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hertsch/b020e815817a7d1d3a3d to your computer and use it in GitHub Desktop.
Save hertsch/b020e815817a7d1d3a3d to your computer and use it in GitHub Desktop.
i18nEditor - Code examples
Code examples for the i18nEditor
<h1>{{ 'Overview'|trans }}</h1>
<p>{{ 'The file <strong>%file%</strong> does not exists!'|trans({'%file%':message.file}) }}</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment