-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
Implement the API to change the default language of a product #1015
Comments
cf #812 Not sure that field exists, or even the concept. |
@g123k We already support that field, it's ProductField.LANGUAGE. For the record:
|
Mmmm, in that case, the implementation may be incorrect. |
It's basically lang
Also, if you select a new lang, we have a toggle to move images and data to main language that appears
This is all processed when you hit save. I don't believe it's some JS magic, but given that, I might be wrong: https://github.com/openfoodfacts/openfoodfacts-server/blob/main/html/js/product-multilingual.js#L1008 |
TODO find this API ;)
The text was updated successfully, but these errors were encountered: