Created
July 2, 2013 15:37
-
-
Save kerin/5910368 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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