Reviewed & tested by the community
Project:
Drupal core
Version:
main
Component:
other
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
17 Sep 2026 at 02:25 UTC
Updated:
21 Sep 2026 at 18:40 UTC
Jump to comment: Most recent
Comments
Comment #3
mstrelan commentedPostponed on #3621993: Update Cspell since the first commit will conflict. Can review the other two commits.
Comment #4
mstrelan commentedComment #5
quietone commentedIs there a problem with remove "'s" for any non English language?
Comment #6
mstrelan commentedI don't understand the question since we only use cspell to make sure Drupal is written in American English.
Comment #7
dcam commentedThe changes look OK to me. The new
sedcommand replaces any "'s" strings with nothing. Any duplications that result are removed by the followingsortcommand.All nine existing possessives that exist across the two dictionaries are deleted by the changes.
I think this one is good to go.