You've already forked AstralRinth
forked from didirus/AstralRinth
feat: Make hosting marketing page translatable (#5145)
* feat: make hosting marketing page translatable, part 1 * format what we've got so far * lint and fix locale setting * the rest of the owl, almost still one more message in MedalPlanPromotion that's a bit annoying because of all the inline styles * finishing touches some things just shouldn't be questioned, i guess. that's two for two on issues that occur even though i seem to have done everything right. i give up * whoops, that's literal * get back in the span, you * fix typo + lint * and now it works * one more fix
This commit is contained in:
@@ -239,6 +239,21 @@
|
||||
"form.placeholder.state": {
|
||||
"defaultMessage": "Enter state/province"
|
||||
},
|
||||
"hosting.specs.burst": {
|
||||
"defaultMessage": "Bursts up to {cpus} CPUs"
|
||||
},
|
||||
"hosting.specs.burst.tooltip": {
|
||||
"defaultMessage": "CPU bursting allows your server to temporarily use additional threads to help mitigate TPS spikes. Click for more info."
|
||||
},
|
||||
"hosting.specs.gb-ram": {
|
||||
"defaultMessage": "{ram} GB RAM"
|
||||
},
|
||||
"hosting.specs.gb-storage": {
|
||||
"defaultMessage": "{storage} GB Storage"
|
||||
},
|
||||
"hosting.specs.shared-cpus": {
|
||||
"defaultMessage": "{cpus} Shared CPUs"
|
||||
},
|
||||
"icon-select.edit": {
|
||||
"defaultMessage": "Edit icon"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user