diff --git a/app.webpack.config.js b/app.webpack.config.js index eb469abe..90cdbe98 100644 --- a/app.webpack.config.js +++ b/app.webpack.config.js @@ -364,6 +364,7 @@ module.exports = (env, params = {}) => { { context, from: '**/*.jpg', noErrorOnMissing: true, globOptions }, { context, from: '**/*.png', noErrorOnMissing: true, globOptions }, { context, from: 'assets/**/*', noErrorOnMissing: true, globOptions }, + { context: 'tools', from: 'assets/**/*', noErrorOnMissing: true, globOptions }, { context, from: 'i18n/**/*', diff --git a/app/i18n/en.json b/app/i18n/en.json index b784c44f..a53c81f7 100644 --- a/app/i18n/en.json +++ b/app/i18n/en.json @@ -373,6 +373,8 @@ "sync_settings_desc": "synchronization settings", "system": "system", "test": "test", + "thank_you": "thank you !", + "thank_you_subtitle": "your donation will help the project grow and give me time to implement more features", "theme": { "auto": "auto", "black": "black", diff --git a/tools b/tools index b5eedb96..1ed61298 160000 --- a/tools +++ b/tools @@ -1 +1 @@ -Subproject commit b5eedb961b6d2c19130b0e1bb56b18aa64c2edd6 +Subproject commit 1ed6129817210151cdbe673969dec2b554a5684e