Hello, I have been struggling to understand why my page shows “Translation missing: lt.cart.general.savings”
even though the translation key is in locale lt.json file.
Here is the error I see:
When I open default theme content to edit translations, it is already here:
I have added the same translation key to different parts of locale just to be sure at least of them make the error code disappear, but it didnt work. This is where I put translation keys:
"cart": {
"general_savings": "Nuolaida"
}
"cart": {
"general": {
"savings": "Nuolaida"
}
},
"pages": {
"cart": {
"general_savings": "Nuolaida",
"savings": "Nuolaida"
}
},
Please help me understand what I did wrong.
Here is a snippet of code from template-cart.liquid