Skip to content

Instantly share code, notes, and snippets.

@kerin
Created July 2, 2013 15:37
Show Gist options
  • Save kerin/5910368 to your computer and use it in GitHub Desktop.
Save kerin/5910368 to your computer and use it in GitHub Desktop.
in JS:
/* Translators: test javascript hint 1 */
$('<h2>').text(pgettext('Favourites view title', 'Favourites')).attr('class', 'sticky').insertBefore($(this.el));
in generated .po file:
#. Translators: test javascript hint 1
#: assets/js/modules/views.js:91
#, fuzzy
msgctxt "Favourites view title"
msgid "Favourites"
msgstr "Favorit"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment