-
Notifications
You must be signed in to change notification settings - Fork 46
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
Missing some translations context #155
Comments
This looks like it's an issue for a lot of controls.. 😐 Here on the ColorPicker, there's no translation context for the I'm pretty sure ARIA fields are not using translations too. Can we get feedback on this ? Kendo is supposed to be easily used in other languages, but right now it's really not the case, we have to use hacks everywhere to fix missing translation contexts 😐 |
We have recently added messages for the ColorPicker and ColorGradient components Adding the missing Editor messages is also in our development plans, but there is no specific date I could provide for them. |
@Raisolution I appreciate the answer. However, I checked the ColorPicker's message and there's no message for the We are coming from Kendo jQuery and there was a lot of missing translation contexts which looks like it's gonna be the case again in the Angular version. I think hardcoded text/attributes should be blocked from being merge into any kendo package to avoid missing translation context |
The Thank you for the feedback. We are striving to localize as most of the messages and label attributes as possible, while taking the accessibility into account. |
Hi there,
Just noticed this is missing some translations context like the kendo jQuery equivalent 😐
Everything that can be visible to the users(labels, title attributes, etc..) must use the translations else we need to manually go edit them on runtime which is not really friendly ..
We don't use a lot of kendo-angular controls for now as we are making the switch from AngularJS/KendoUI to Angular/KendoAngular, but right now we use the editor with some options and I can already see that the
insertTable
tool has a text on the bottom (Create a table
,Create a 4x4 table
, etc..) that is not available to translate ..Coming from AngularJS where we had to "hack" multiple usecases like this, I'm sure it's not the only place it's not done, so please integrate them into the translation 🙏
Thanks !
The text was updated successfully, but these errors were encountered: