mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
Move i18n to javascript
This commit is contained in:
@@ -2,8 +2,7 @@ import {each, defaults, assign} from 'lodash';
|
||||
import capitalize from 'lodash.capitalize';
|
||||
import camelCase from 'lodash.camelcase';
|
||||
|
||||
require('coffee-script');
|
||||
import i18n from '../../../script/i18n.coffee';
|
||||
import i18n from '../i18n';
|
||||
|
||||
//----------------------------------------
|
||||
// Translator Helpers
|
||||
|
||||
Reference in New Issue
Block a user