Skip to content

Commit

Permalink
Update quantity labels in locales
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailToyran committed Feb 20, 2024
1 parent 0916f95 commit 64488f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion locales/es-mx/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@
},
"burn": {
"quantity_one": "<0>{{count}}</0> edición quemada",
"purchased_other": "<0>{{count}}</0> ediciones quemadas",
"quantity_other": "<0>{{count}}</0> ediciones quemadas",
"by": "Por <0/>"
}
},
Expand Down
2 changes: 1 addition & 1 deletion locales/ja/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@
},
"burn": {
"quantity_one": "<0>{{count}}</0> エディションが燃やされました",
"purchased_other": "<0>{{count}}</0> エディションが燃やされました",
"quantity_other": "<0>{{count}}</0> エディションが燃やされました",
"by": "までに<0/>"
}
},
Expand Down
2 changes: 1 addition & 1 deletion locales/zh-cn/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@
},
"burn": {
"quantity_one": "<0>{{count}}</0> 版本已烧毁",
"purchased_other": "<0>{{count}}</0> 个版本已烧毁",
"quantity_other": "<0>{{count}}</0> 个版本已烧毁",
"by": "截至 <0/>"
}
},
Expand Down

0 comments on commit 64488f9

Please sign in to comment.