Skip to content

Commit

Permalink
Merge branch 'master' into feat/wearables-size
Browse files Browse the repository at this point in the history
  • Loading branch information
braianj committed Apr 5, 2024
2 parents 8dbcdcd + 756c893 commit 876a991
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 80 deletions.
138 changes: 60 additions & 78 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@dcl/hashing": "^3.0.4",
"@dcl/mini-rpc": "^1.0.7",
"@dcl/schemas": "^11.4.0",
"@dcl/sdk": "^7.4.12",
"@dcl/sdk": "^7.4.14",
"@dcl/single-sign-on-client": "^0.1.0",
"@dcl/ui-env": "^1.5.0",
"@sentry/react": "^7.64.0",
Expand Down
1 change: 1 addition & 0 deletions src/modules/translation/languages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -2008,6 +2008,7 @@
"rarity_description": {
"unique": "Grail-like: One-of-a-kind",
"mythic": "For the lucky few: max 10",
"exotic": "Limited supply: max 50",
"legendary": "Limited supply: max 100",
"epic": "Max supply: 1000",
"rare": "Max supply: 5000",
Expand Down
1 change: 1 addition & 0 deletions src/modules/translation/languages/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -2028,6 +2028,7 @@
"rarity_description": {
"unique": "Único en su tipo: uno solo en existencia",
"mythic": "Para algunos pocos: máximo 10",
"exotic": "Edición limitada: máximo 50",
"legendary": "Edición limitada: máximo 100",
"epic": "Suministro máximo: 1000",
"rare": "Suministro máximo: 5000",
Expand Down
3 changes: 2 additions & 1 deletion src/modules/translation/languages/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -2008,9 +2008,10 @@
"hands_wear": "手工"
}
},
"rarity_tooltip": {
"rarity_description": {
"unique": "像圣杯一样:独一无二",
"mythic": "给幸运的人:最多10个",
"exotic": "限量供应:最多50个",
"legendary": "限量供应:最多100个",
"epic": "最大供应量:1000个",
"rare": "最大供应量:5000个",
Expand Down

0 comments on commit 876a991

Please sign in to comment.