UNPKG

ember-intl

Version:

Ember toolbox for internationalization.

20 lines (15 loc) 453 B
'use strict'; /** * Copyright 2015, Yahoo! Inc. * Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms. */ module.exports = { description: 'Setup ember-intl', normalizeEntityName() {}, afterInstall() { this.ui.writeLine( '[ember-intl] Don\'t forget to setup your application-wide locale. ' + 'Documentation: https://github.com/jasonmit/ember-intl#setting-runtime-locale' ); } };