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:
commit
6883787c14
@ -30,7 +30,7 @@ if (specifiedLocale) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
function verifyLocale (localeMeta) {
|
function verifyLocale ({ localeMeta }) {
|
||||||
const localeCode = localeMeta.code
|
const localeCode = localeMeta.code
|
||||||
const localeName = localeMeta.name
|
const localeName = localeMeta.name
|
||||||
let targetLocale, englishLocale
|
let targetLocale, englishLocale
|
||||||
|
Loading…
Reference in New Issue
Block a user