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:
lumiscosity
2026-01-23 20:54:24 +01:00
committed by GitHub
parent 1cf782c298
commit b54fcaa0b1
6 changed files with 673 additions and 111 deletions
+15
View File
@@ -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"
},