Translations and custom copy
Changing what the Cart is called
window.Firmhouse = {
storefrontToken: "XXX",
translations: {
en: {
cart: {
your_cart: "Your Subscription"
}
}
}
}Adding another language
All translation keys
Forcing specific language
Last updated
Was this helpful?