From 23b223ea26e8e8ff58a0271e4d3fb8f8b12e827d Mon Sep 17 00:00:00 2001 From: dabura667 Date: Sat, 25 Jul 2015 09:57:16 +0900 Subject: [PATCH] Translation compiler fix --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 23e7a0c60..5ff7bcb54 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -126,7 +126,7 @@ module.exports = function(grunt) { module: 'copayApp' }, files: { - 'src/js/translations.js': ['po/*.po'] + 'src/js/translations.js': ['i18n/po/*.po'] } }, },