From 9dd0dfeb33af051ed1c9cb1c9b154c3575fc4f82 Mon Sep 17 00:00:00 2001 From: meriadec Date: Fri, 2 Mar 2018 10:34:46 +0100 Subject: [PATCH] Rename i18n file for account page --- src/renderer/i18n.js | 2 +- static/i18n/en/{accountPage.yml => account.yml} | 0 static/i18n/fr/{accountPage.yml => account.yml} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename static/i18n/en/{accountPage.yml => account.yml} (100%) rename static/i18n/fr/{accountPage.yml => account.yml} (100%) diff --git a/src/renderer/i18n.js b/src/renderer/i18n.js index a8a47baa..ecbcd1e5 100644 --- a/src/renderer/i18n.js +++ b/src/renderer/i18n.js @@ -8,7 +8,7 @@ import staticPath from 'helpers/staticPath' i18n.use(Backend).init({ ns: [ - 'accountPage', + 'account', 'accountsOrder', 'addAccount', 'common', diff --git a/static/i18n/en/accountPage.yml b/static/i18n/en/account.yml similarity index 100% rename from static/i18n/en/accountPage.yml rename to static/i18n/en/account.yml diff --git a/static/i18n/fr/accountPage.yml b/static/i18n/fr/account.yml similarity index 100% rename from static/i18n/fr/accountPage.yml rename to static/i18n/fr/account.yml