diff --git a/Gruntfile.js b/Gruntfile.js index 5d4f5ec..67da18f 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -2,7 +2,7 @@ module.exports = function (grunt) { // Project configuration. grunt.initConfig({ combine: { - single: { + src: { input: "./src/index.html", output: "./index.html", tokens: [ @@ -42,11 +42,20 @@ module.exports = function (grunt) { { token: "//janin.currency.js", file: "./src/janin.currency.js" }, { token: "//main.css", file: "./src/main.css" } ] - } - } + }, + i18n: { + input: "./index.html", + output: "./index.html", + tokens: [ + { token: "//en.js", file: "./l10n/en.js" }, + //{ token: "//fr.js", file: "./l10n/fr.js" } + ] + } + } + }); grunt.file.defaultEncoding = 'utf-8'; grunt.loadNpmTasks("grunt-combine"); - grunt.registerTask("default", ["combine:single"]); + grunt.registerTask("default", ["combine:src", "combine:i18n"]); }; \ No newline at end of file diff --git a/index.html b/index.html index 56705a2..45bad4c 100644 --- a/index.html +++ b/index.html @@ -9653,12 +9653,7 @@ h1 { margin: 0px; height: 91px; }
English | - Español | Français | - ελληνικά | - italiano | - Deutsch | - Česky