1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Merge pull request #5671 from MetaMask/i18n-tool-fix

development tools - i18n verify tool - bugfix
This commit is contained in:
kumavis 2018-11-04 22:51:59 -05:00 committed by GitHub
commit 6883787c14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ if (specifiedLocale) {
}
function verifyLocale (localeMeta) {
function verifyLocale ({ localeMeta }) {
const localeCode = localeMeta.code
const localeName = localeMeta.name
let targetLocale, englishLocale