In the case that the checkout doesn't translate after installing the Revy Bundles app, here's how to fix it:
- Go to Shopify Theme Editor of your store
- Open the file revy-bundle-script.liquid in the SnippetsĀ folder
- Paste the following code after the file content:
<script> window.revyBundleThemeSettings = { locale: '{{ request.locale.iso_code }}' } </script>
- Save the file