Skip to content

Instantly share code, notes, and snippets.

@paulmason
Created October 12, 2015 20:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paulmason/0d303ca6819a742794af to your computer and use it in GitHub Desktop.
Save paulmason/0d303ca6819a742794af to your computer and use it in GitHub Desktop.
Shipping Calculator Translations
{
"cart": {
"shipping_calculator": {
"title":"Shipping Calculator",
"country":"Country",
"province":"Province",
"zip":"Zip/Postal Code",
"select":"Please Select",
"calculate":"Calculate Shipping",
"calculating":"Calculating...",
"rates_available": "There are ${rates.length} shipping rates available for ${address}, starting at {{html Shopify.Cart.ShippingCalculator.formatRate(rates[0].price)}}.",
"one_rate": "There is one shipping rate available for ${address}.",
"no_shipping": "We do not ship to this destination."
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment