UNPKG

yarle-evernote-to-md

Version:

Yet Another Rope Ladder from Evernote

29 lines (22 loc) 735 B
window.localization = window.localization || {}, function(n) { localization.translate = { menu: function() { $('#welcome-menu').text(i18n.__('Welcome')); $('#whoweare-menu').text(i18n.__('Who we are')); $('#whatwedo-menu').text(i18n.__('What we do')); $('#getintouch-menu').text(i18n.__('Get in touch')); }, welcome: function() { //$('#welcome .inner p').text(i18n.__('Hopefully this helps someone to get up to speed with electron.')); $('#learn-more-button').text(i18n.__('Learn more')); }, init: function() { this.welcome(); this.menu(); } }; n(function() { localization.translate.init(); }) }(jQuery);