#1390 closed enhancement (fixed)
Add client-side JS warnings for submitted strings
Reported by: | dd32 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Translate Site & Plugins | Keywords: | |
Cc: |
Description
Translators are required to submit their strings before they can get any feedback as to whether the string is going to trigger any GlotPress Warnings. It's a pretty bad user experience, and even worse for the approver when they're required to reject all the translation attempts.
We should add some client-side JS warnings for potential issues, looking through the #polyglots-warnings channel, the most common issues are the following:
- Bad Placeholders or missing placeholders
- Invalid HTML, or missing tags
- Improper line endings (Extra trailing line, not including one, etc.)
Some of these cases should be fixed with GlotPress #511, however it's still not optimal.
Change History (3)
Note: See
TracTickets for help on using
tickets.
In 2066: