mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-03 12:40:00 +00:00
Correct path to i18n
This commit is contained in:
parent
805d4bba24
commit
1ae9b7aff0
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ module.exports = function(grunt) {
|
|||
|
||||
grunt.registerTask('test:prepare:translations', function() {
|
||||
require('babel/register');
|
||||
var i18n = require('./website/src/libs/i18n'),
|
||||
var i18n = require('./website/src/libs/api-v3/i18n'),
|
||||
fs = require('fs');
|
||||
fs.writeFileSync('test/spec/mocks/translations.js',
|
||||
"if(!window.env) window.env = {};\n" +
|
||||
|
|
|
|||
Loading…
Reference in a new issue