aboutsummaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
authorkumavis <aaron@kumavis.me>2018-11-05 11:18:30 +0800
committerkumavis <aaron@kumavis.me>2018-11-05 11:18:30 +0800
commit338c826961bd59a443f49c6da55713b45b4db7c9 (patch)
treef85fc18011ff793133c044ece2d04db16771d8b1 /development
parente683684e8d986a24cb6a15ed5eef0030169bf9cf (diff)
downloadtangerine-wallet-browser-338c826961bd59a443f49c6da55713b45b4db7c9.tar
tangerine-wallet-browser-338c826961bd59a443f49c6da55713b45b4db7c9.tar.gz
tangerine-wallet-browser-338c826961bd59a443f49c6da55713b45b4db7c9.tar.bz2
tangerine-wallet-browser-338c826961bd59a443f49c6da55713b45b4db7c9.tar.lz
tangerine-wallet-browser-338c826961bd59a443f49c6da55713b45b4db7c9.tar.xz
tangerine-wallet-browser-338c826961bd59a443f49c6da55713b45b4db7c9.tar.zst
tangerine-wallet-browser-338c826961bd59a443f49c6da55713b45b4db7c9.zip
development tools - fix i18n verify tool
Diffstat (limited to 'development')
-rw-r--r--development/verify-locale-strings.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/development/verify-locale-strings.js b/development/verify-locale-strings.js
index 0f408ea39..a5d76a269 100644
--- a/development/verify-locale-strings.js
+++ b/development/verify-locale-strings.js
@@ -30,7 +30,7 @@ if (specifiedLocale) {
}
-function verifyLocale (localeMeta) {
+function verifyLocale ({ localeMeta }) {
const localeCode = localeMeta.code
const localeName = localeMeta.name
let targetLocale, englishLocale