Skip to content

Instantly share code, notes, and snippets.

@bodrovis
Created June 25, 2019 14:16
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 bodrovis/cfe785cb3649ee7b7fd71d6fc6d89d23 to your computer and use it in GitHub Desktop.
Save bodrovis/cfe785cb3649ee7b7fd71d6fc6d89d23 to your computer and use it in GitHub Desktop.
$.extend( $.i18n.parser.emitter, {
appname: function () {
return 'My Super Duper Cool Application Version 3';
},
link: function ( nodes ) {
return '<a href="' + nodes[1] + '">' + nodes[0] + '</a>';
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment