-
Notifications
You must be signed in to change notification settings - Fork 132
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
WIP: [Med][Aug]Dynamically adding rows to the ngx-platform table - Create, Save and Cancel button labels should be externalized for translations. #9760
Comments
Hello @nehabeke, thank you for using fundamental-ngx! The fundamental-ngx team will triage your issue as soon as possible. |
Hi, Would you kindly give prompt attention to this particular issue? Please let me know If you have any questions, I will be happy to help. |
I checked and the translation is in place ![]() ![]() It is just some languages might not be fully translated.
@mikerodonnell89, @N1XUS , there was some way a workaround where application could override some translation right? |
Hi, I have asked someone from doc team to check this. I will get back to you once I hear back from her. Thanks, |
This another bug is similar to this one, could you please take a look at this as well? Thanks, |
@fkolar @nehabeke You can patch language values by using |
Additionally, you can simply clone one of translation objects, rewrite the language values to your needs, and provide it as a language. Since |
Ok. in meanwhile we have a workaround but please get us the information what language does not have the translation. There should be no needs to provide custom translation for those buttons. |
Hi, we have checked, it is not working for any of the languages. |
Can you double check? I see something different. in the navigation bar change the language to French for example... https://fundamental-ngx.netlify.app/#/platform/table/basic#basic-add-rows |
It is working in the link you have provided. But not working in the application. I am not getting why. Could you please recommend any other solution for this? |
I would definitely check: Closing as this is more about how to use certain thing that can be discussed offline + there is another issue related to i18n #10137 |
Is this a bug, enhancement, or feature request?
bug
Briefly describe your proposal.
I am using ngx platfrom table - https://sap.github.io/fundamental-ngx/#/platform/table/basic
Where I am using property called [editMode]="'inline'" to add rows dynamically to the table.
This property automatically generates 3 buttons: Create, Save and Cancel. These "Create", "Save" and "Cancel" button labels are not localized properly. These strings should be externalized for translations.
Which versions of Angular and Fundamental Library for Angular are affected? (If this is a feature request, use current version.)
Angular CLI: 15.2.0
"@fundamental-ngx/core": "0.40.2-rc.8",
"@fundamental-ngx/platform": "0.40.2-rc.8",
If this is a bug, please provide steps for reproducing it.
Please provide relevant source code if applicable.
https://stackblitz.com/run?file=src%2Fmain.ts
Is there anything else we should know?
The text was updated successfully, but these errors were encountered: