Hello, I know this question has been asked before but none of the answers could solve it for me. As I was digging deeper, I realized that in en.default.json I don’t even have the code for products where in de.json (in german) it is there. Then I thought maybe it is related, do you have any idea?
Topic summary
Missing “products.product.sold_out” translation in the English locale: the user found the key present in de.json (German) but absent in en.default.json (English) and suspects this discrepancy is causing the error.
Previous answers in other threads did not resolve the issue; the user is seeking ideas specifically related to the missing key in the English JSON file.
Technical context: en.default.json and de.json are localization files containing language-specific strings; when a key is missing in a locale, the interface shows “Translation missing” for that string.
An attached screenshot appears central, likely illustrating the missing translation message; no code snippets were provided.
No decisions or fixes have been confirmed. The discussion remains open, with key questions unresolved: whether the solution is to add the missing “sold_out” key to en.default.json, or if another localization/sync step is required.
