Opened 4 years ago
Closed 4 years ago
#5155 closed defect (bug) (fixed)
Tighten the URL warnings
Reported by: | dd32 | Owned by: | dd32 |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Translate Site & Plugins | Keywords: | |
Cc: |
Description
On translate.wordpress.org we have two types of URL warnings
- GlotPress mismatching tag warning which detect mis-matched
<a href="...">
tags
and
- A custom warning to detect URL changes outside of tags in the content
The latter allows for certain URL changes (ie. wordpress.org to fr.wordpress.org, and http to https) however the former doesn't.
We should extend the GlotPress warning to ignore any valid URL changes.
It also looks like we should probably ignore urls which only differ by a trailing slash being added, which while a change that may break a URL is highly unlikely to.
Change History (6)
#4
@
4 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
Would be great to better handle warnings like these:
The translation appears to be missing the following URLs: https://example.com</li><li>- The translation contains the following unexpected URLs: https://example.com</li><li
URLs can include <
but realistically it's not going to happen in translations.
Note: See
TracTickets for help on using
tickets.
In 10688: