Defect #898
closedFilter help is not localized
100%
Description
Help for filter (modal windows called by questionmark icon) on users, organizations etc. is not localized to english.
Updated by Radek Tomiška almost 7 years ago
- Assignee changed from Petr Adamec to Petr Michal
Help is implemented as static file in markdown and we are not able to import files dynamically (=> browserify), when localization is changed (this is the reason, why it isn't localized).
It's needed to find solution / create design at first.
Updated by Petr Michal almost 7 years ago
Ok, I'm sorry, I thought it was just a simple translation task.
Updated by Radek Tomiška almost 7 years ago
- Priority changed from Normal to Low
One of possible solution is split markdown text:
- move texts to localization,
- move help to modal => standard content with basic components (Alert etc.) and localization usage,
- then 'marked' library can be removed at all. The idea was reuse documentation in markdown (link documentation directly to application), but this idea is not actual now (documentation is in wiki).
Updated by Radek Tomiška almost 7 years ago
- Target version deleted (
Garnet (7.7.0))
Updated by Radek Tomiška almost 7 years ago
- Assignee changed from Petr Michal to Radek Tomiška
- Target version set to Hematite (8.0.0)
- Estimated time set to 4.00 h
Updated by Petr Michal almost 7 years ago
- Description updated (diff)
Also History of user reports has no translation. Same case as filer help.
Updated by Radek Tomiška almost 7 years ago
- Status changed from New to Needs feedback
- Assignee changed from Radek Tomiška to Vít Švanda
- % Done changed from 0 to 90
I removed all .md files, which were used as application help - standard 'i18n' localization is used now. I removed 'marked' library - it's not used. Writing help texts is a little uglier (long rows), but works. We can find some better solution in future.
Commit:
https://github.com/bcvsolutions/CzechIdMng/commit/2953844ce2b6928cc4d08cf6dccc94f564b79787
Could you do a feedback pls?
Updated by Vít Švanda almost 7 years ago
- Status changed from Needs feedback to Closed
- Assignee changed from Vít Švanda to Radek Tomiška
- % Done changed from 90 to 100
I tested it and "md." files are completly gone. Thanks for that.