Skip to content

Commit

Permalink
fix: Rarity descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
LautaroPetaccio committed Apr 4, 2024
1 parent 4425a49 commit 6ded832
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/modules/translation/languages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1993,6 +1993,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 @@ -2013,6 +2013,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 @@ -1993,9 +1993,10 @@
"hands_wear": "手工"
}
},
"rarity_tooltip": {
"rarity_description": {
"unique": "像圣杯一样:独一无二",
"mythic": "给幸运的人:最多10个",
"exotic": "限量供应:最多50个",
"legendary": "限量供应:最多100个",
"epic": "最大供应量:1000个",
"rare": "最大供应量:5000个",
Expand Down

0 comments on commit 6ded832

Please sign in to comment.