Hi,
I would like to report that some translations for the Slovak language in Account Pro module are not corrent. Instead of Slovak, the strings seem to be in Russian or a similar language.
Here are the specific strings affected: "ShowPassword": "Показать пароль", => should be something like "Zobraziť heslo" "HidePassword": "скрыть пароль", => should be something like "Skryť heslo" "CapsLockOn": "Включен верхний регистр", => should be something like "Caps lock zapnutý" (although this one is a bit tricky to phrase naturally in Slovak for me).
Thank you in advance.
2 Answer(s)
-
0
To report and correct translation issues in commercial modules like Account Pro, you need to request the localization files from the ABP team, as these files are not publicly available. Please create an issue on the ABP Framework GitHub repository specifying the module and language. The team will provide you with the necessary
abp-translation.json
file(s) for the module, which you can then review and correct. After making your corrections, you can submit them back to the team for inclusion in future releases.Source:
- https://abp.io/docs/latest/contribution/
This response was generated by AI. If it didn’t solve your problem, feel free to post a new answer — our support team will jump in to help you soon.
-
0
hi
I will update the translations.
You can update it in the language text page or override it in your app.
https://abp.io/docs/latest/modules/language-management#language-texts
https://abp.io/community/articles/how-to-override-localization-strings-of-depending-modules-ba1oy03l
Thanks.