Cropster / ember-l10n

A GNU gettext based localization workflow for Ember
MIT License
15 stars 7 forks source link

Use ember-fetch instead of ember-ajax for fetching locale files #49

Closed mydea closed 5 years ago

mydea commented 5 years ago

Currently, we use ember-ajax to load the locale files on demand. In order to support jQuery-free applications, we should use ember-fetch instead.

mydea commented 5 years ago

Closed via #50