-
-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Monolingual product? #6159
Comments
Hi @g123k! {
"code": "8445291024304",
"errors": [],
"product": {
"ingredients_text": "",
"ingredients_text_languages": {
"fr": ""
}
},
"result": {
"id": "product_found",
"lc_name": "Product found",
"name": "Product found"
},
"status": "success",
"warnings": []
} From what I see in multilingual_helper.dart, in some cases an empty multilingual text means a monolingual text: bool isMonolingual() => _initialMultilingualTexts.isEmpty; My hunch (reading the |
By fixing it, basically, I will remove the code and it will always be multilingual ;) To be sure, @alexgarel / @stephanegigandet:
|
As you wish. As long as you're able to find the correct "mono" language. |
Hi everyone (and especially @monsieurtanuki)!
With the following product (8445291024304), the app considers the ingredients as monolingual.
However, on the website, we can add new languages for this field.
Are-there any reason?
The text was updated successfully, but these errors were encountered: