mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
move old i18n version to api-v2 folder and use new i18n where possible
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
'use strict';
|
||||
|
||||
var shared = require('../../common/script/index.coffee');
|
||||
shared.i18n.translations = require('../../website/src/libs/i18n.js').translations
|
||||
shared.i18n.translations = require('../../website/src/libs/api-v2/i18n.js').translations
|
||||
|
||||
require('./test_helper');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user