Skip to content

Commit 3ebe3cd

Browse files
committed
feat(localizations): add web3SolanaWalletsSection to localization files for title and subtitle
Signed-off-by: Kenton Duprey <[email protected]>
1 parent fbfa14c commit 3ebe3cd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+201
-1
lines changed

packages/localizations/src/ar-SA.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1311,6 +1311,10 @@ export const arSA: LocalizationResource = {
13111311
detailsAction__nonPrimary: undefined,
13121312
primaryButton: 'محافظ Web3',
13131313
title: 'محافظ Web3',
1314+
web3SolanaWalletsSection: {
1315+
subtitle: undefined,
1316+
title: undefined,
1317+
},
13141318
},
13151319
},
13161320
usernamePage: {

packages/localizations/src/be-BY.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1329,6 +1329,10 @@ export const beBY: LocalizationResource = {
13291329
detailsAction__nonPrimary: undefined,
13301330
primaryButton: 'Web3 кашалькі',
13311331
title: 'Web3 кашалькі',
1332+
web3SolanaWalletsSection: {
1333+
subtitle: undefined,
1334+
title: undefined,
1335+
},
13321336
},
13331337
},
13341338
usernamePage: {

packages/localizations/src/bg-BG.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1320,6 +1320,10 @@ export const bgBG: LocalizationResource = {
13201320
detailsAction__nonPrimary: undefined,
13211321
primaryButton: 'Web3 портфейли',
13221322
title: 'Web3 портфейли',
1323+
web3SolanaWalletsSection: {
1324+
subtitle: undefined,
1325+
title: undefined,
1326+
},
13231327
},
13241328
},
13251329
usernamePage: {

packages/localizations/src/bn-IN.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1330,6 +1330,10 @@ export const bnIN: LocalizationResource = {
13301330
detailsAction__nonPrimary: 'প্রাথমিক হিসাবে সেট করুন',
13311331
primaryButton: 'ওয়ালেট সংযুক্ত করুন',
13321332
title: 'Web3 ওয়ালেট',
1333+
web3SolanaWalletsSection: {
1334+
subtitle: undefined,
1335+
title: undefined,
1336+
},
13331337
},
13341338
},
13351339
usernamePage: {

packages/localizations/src/ca-ES.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1326,6 +1326,10 @@ export const caES: LocalizationResource = {
13261326
detailsAction__nonPrimary: undefined,
13271327
primaryButton: 'Carteres Web3',
13281328
title: 'Carteres Web3',
1329+
web3SolanaWalletsSection: {
1330+
subtitle: undefined,
1331+
title: undefined,
1332+
},
13291333
},
13301334
},
13311335
usernamePage: {

packages/localizations/src/cs-CZ.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1333,6 +1333,10 @@ export const csCZ: LocalizationResource = {
13331333
detailsAction__nonPrimary: 'Nastavit jako primární',
13341334
primaryButton: 'Připojit peněženku',
13351335
title: 'Web3 peněženky',
1336+
web3SolanaWalletsSection: {
1337+
subtitle: undefined,
1338+
title: undefined,
1339+
},
13361340
},
13371341
},
13381342
usernamePage: {

packages/localizations/src/da-DK.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1317,6 +1317,10 @@ export const daDK: LocalizationResource = {
13171317
detailsAction__nonPrimary: undefined,
13181318
primaryButton: 'Tilføj Web3 tegnebøger',
13191319
title: 'Web3 tegnebøger',
1320+
web3SolanaWalletsSection: {
1321+
subtitle: undefined,
1322+
title: undefined,
1323+
},
13201324
},
13211325
},
13221326
usernamePage: {

packages/localizations/src/de-DE.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1353,6 +1353,10 @@ export const deDE: LocalizationResource = {
13531353
detailsAction__nonPrimary: 'Als primär festlegen',
13541354
primaryButton: 'Web3-Wallets',
13551355
title: 'Web3-Wallets',
1356+
web3SolanaWalletsSection: {
1357+
subtitle: undefined,
1358+
title: undefined,
1359+
},
13561360
},
13571361
},
13581362
usernamePage: {

packages/localizations/src/el-GR.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1329,6 +1329,10 @@ export const elGR: LocalizationResource = {
13291329
detailsAction__nonPrimary: undefined,
13301330
primaryButton: 'Πορτοφόλια Web3',
13311331
title: 'Πορτοφόλια Web3',
1332+
web3SolanaWalletsSection: {
1333+
subtitle: undefined,
1334+
title: undefined,
1335+
},
13321336
},
13331337
},
13341338
usernamePage: {

packages/localizations/src/en-GB.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1325,6 +1325,10 @@ export const enGB: LocalizationResource = {
13251325
detailsAction__nonPrimary: undefined,
13261326
primaryButton: 'Connect wallet',
13271327
title: 'Web3 wallets',
1328+
web3SolanaWalletsSection: {
1329+
subtitle: undefined,
1330+
title: undefined,
1331+
},
13281332
},
13291333
},
13301334
usernamePage: {

0 commit comments

Comments
 (0)