-
-
Notifications
You must be signed in to change notification settings - Fork 68
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
feat: Add localized fields for conservation conditions and customer service in Product object #1020
base: master
Are you sure you want to change the base?
Conversation
…vice in Product object - Added 'conservation_conditions_languages' and 'customer_service_languages' fields to the Product object for better multilingual support. - Fixed issue with handling French-specific fields by using language-based keys.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @AffanShaikhsurab!
I didn't get that: even product.g.dart
wasn't generated? Without it we cannot do anything.
Besides, reviewing your code, I saw that we don't need 3 product fields for each of those minor labels: the "all languages" is more than enough.
soory for that . i have removed all the unwanted fields . But still when i try to rebuild its still casusing the same error :
|
What
Screenshot
Fixes bug(s)
Part of