Modify ↓
Opened 4 years ago
Closed 4 months ago
#21802 closed defect (fixed)
Exclude georgian wiki pages "wikipedia=ka:xxx" from "wikipedia page title should have first letter capitalized"
Reported by: | anonymous | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core validator | Version: | |
Keywords: | template_report georgian wikipedia | Cc: |
Description
What steps will reproduce the problem?
- Adding a wikipedia=ka:* tag
What is the expected result?
To not be flagged as an error
What happens instead?
Is flagged as an error since it expects a first letter capitalized
Please provide any additional information below. Attach a screenshot if possible.
I reported this issue on the Osmose Github, they said to report it here: https://github.com/osm-fr/osmose-backend/issues/1394
Attachments (0)
Change History (4)
comment:1 by , 4 years ago
Component: | Core → Core validator |
---|---|
Keywords: | georgian wikipedia added |
comment:2 by , 3 years ago
comment:3 by , 3 years ago
Georgian alphabet doesn't have upcase and lowercase letters: https://en.wikipedia.org/wiki/Georgian_scripts
so it should be excluded as jbo is.
Note:
See TracTickets
for help on using tickets.
The example from the Osmose issue is
wikipedia=ka:ბირკიანი
which is not flagged in JOSM. I guess this is because JOSM checks by\p{Ll}
in the rule in wikipedia.mapcss that there is no uppercase variant. It seems Osmose is not parsing it correctly. (Could someone confirm please?)However, the rule exludes
jbo
, while https://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php currently lists atwgCapitalLinks
:default, jbowiki, pwnwiki, szywiki, taywiki, wiktionary
So the JOSM list should be updated!?
current rule in wikipedia.mapcss: