Skip to content

Commit a40e575

Browse files
committed
Fix WalletConnect locale import
1 parent e36f322 commit a40e575

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

packages/mobile/locales/es-419/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import onboarding from './onboarding.json'
1515
import paymentRequestFlow from './paymentRequestFlow.json'
1616
import receiveFlow8 from './receiveFlow8.json'
1717
import sendFlow7 from './sendFlow7.json'
18+
import walletConnect from './walletConnect.json'
1819
import walletFlow5 from './walletFlow5.json'
1920

2021
export default {
@@ -35,4 +36,5 @@ export default {
3536
dappkit,
3637
onboarding,
3738
fiatExchangeFlow,
39+
walletConnect,
3840
}

packages/mobile/locales/pt-BR/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import onboarding from './onboarding.json'
1515
import paymentRequestFlow from './paymentRequestFlow.json'
1616
import receiveFlow8 from './receiveFlow8.json'
1717
import sendFlow7 from './sendFlow7.json'
18+
import walletConnect from './walletConnect.json'
1819
import walletFlow5 from './walletFlow5.json'
1920

2021
export default {
@@ -35,4 +36,5 @@ export default {
3536
dappkit,
3637
onboarding,
3738
fiatExchangeFlow,
39+
walletConnect,
3840
}

0 commit comments

Comments
 (0)