Skip to content

Commit

Permalink
fix: Localization fixes (#2356)
Browse files Browse the repository at this point in the history
  • Loading branch information
LautaroPetaccio authored Jan 27, 2025
1 parent d4239cd commit 611111a
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 14 deletions.
8 changes: 4 additions & 4 deletions webapp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dcl-catalyst-commons": "^9.0.1",
"decentraland-connect": "^7.3.2",
"decentraland-crypto-fetch": "^1.0.3",
"decentraland-dapps": "^23.25.0",
"decentraland-dapps": "^23.25.1",
"decentraland-transactions": "^2.18.1",
"decentraland-ui": "^6.12.1",
"decentraland-ui2": "^0.10.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const BuyWithCryptoButton = (props: Props) => {
return (
<Button primary fluid {...rest} onClick={handleOnClick}>
<Mana inline size="small" network={Network.MATIC} />
{t('asset_page.actions.buy_with_crypto')}
{t('asset_page.actions.buy_with_mana')}
</Button>
)
}
6 changes: 5 additions & 1 deletion webapp/src/config/env/prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,9 @@
"DCL_LISTS_SERVER": "https://dcl-lists.decentraland.org",
"AUTH_URL": "/auth",
"WERT_URL": "https://widget.wert.io",
"WERT_PARTNER_ID": "01J4K8B18GWQ7KVKDK5XFJHHCN"
"WERT_PARTNER_ID": "01J4K8B18GWQ7KVKDK5XFJHHCN",
"CONTENTFUL_ACCESS_TOKEN": "J9rlOU4LrSDw4q1rrji_PYn7HdU-ANd5Oi9EF6ioywc",
"CONTENTFUL_ENVIRONMENT": "master",
"CONTENTFUL_SPACE_ID": "ea2ybdmmn1kv",
"CONTENTFUL_ADMIN_ENTITY_ID": "7JRrew0kMt5fkXu45Vbx7e"
}
6 changes: 5 additions & 1 deletion webapp/src/config/env/stg.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,9 @@
"DCL_LISTS_SERVER": "https://dcl-lists.decentraland.org",
"AUTH_URL": "/auth",
"WERT_URL": "https://widget.wert.io",
"WERT_PARTNER_ID": "01J4K8B18GWQ7KVKDK5XFJHHCN"
"WERT_PARTNER_ID": "01J4K8B18GWQ7KVKDK5XFJHHCN",
"CONTENTFUL_ACCESS_TOKEN": "J9rlOU4LrSDw4q1rrji_PYn7HdU-ANd5Oi9EF6ioywc",
"CONTENTFUL_ENVIRONMENT": "master",
"CONTENTFUL_SPACE_ID": "ea2ybdmmn1kv",
"CONTENTFUL_ADMIN_ENTITY_ID": "7JRrew0kMt5fkXu45Vbx7e"
}
6 changes: 3 additions & 3 deletions webapp/src/modules/translation/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@
"home_latest_sales_items_subtitle": "Items siendo acuñados",
"home_items": "Últimos items",
"home_sold_items": "Últimas ventas",
"home_new_items": "Nuevos items",
"home_wearables": "Listado recientemente",
"home_land": "Land",
"home_ens": "Nombres"
Expand Down Expand Up @@ -394,9 +395,8 @@
"body_shapes": {
"title": "Género",
"all_items": "Todos los géneros",
"female": "Solo femenino",
"male": "Solo masculino",
"unisex": "Solo unisex"
"available_for_female": "Disponible para mujeres",
"available_for_male": "Disponible para hombres"
},
"status": {
"title": "Estado",
Expand Down
5 changes: 2 additions & 3 deletions webapp/src/modules/translation/locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -398,9 +398,8 @@
"body_shapes": {
"title": "身材",
"all_items": "所有体型",
"female": "只有女性",
"male": "只有男性",
"unisex": "仅男女皆宜"
"available_for_female": "适合女性",
"available_for_male": "适合男性"
},
"status": {
"title": "地位",
Expand Down

0 comments on commit 611111a

Please sign in to comment.