mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
Move translator to helpers.js
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import {each, defaults} from 'lodash';
|
||||
import capitalize from 'lodash.capitalize';
|
||||
import camelCase from 'lodash.camelcase';
|
||||
import t from '../helpers/translator';
|
||||
import {translator as t} from '../helpers';
|
||||
|
||||
let petQuests = {
|
||||
gryphon: {
|
||||
|
||||
Reference in New Issue
Block a user