UNPKG

generator-beez

Version:
13 lines (12 loc) 284 B
/** * @name en.js<core/i18n> * @author <author> * @overview i18n.en of core module */ define(function (require, exports, module) { return { 'search.label': 'Search github repositories', 'search': 'Search', 'search.text': 'Enter search word' }; });