Opened 8 years ago
Closed 7 years ago
#1853 closed enhancement (fixed)
Capitalize "WordPress" correctly in translations on saving
Reported by: | SergeyBiryukov | Owned by: | ocean90 |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Translate Site & Plugins | Keywords: | needs-patch |
Cc: |
Description
As reported by @wolly, there are 3 old strings in Italian translation that look proper in GlotPress (with "WordPress" capitalized correctly), but not on an actual install (with a lowercase "p" in "WordPress").
translate.wordpress.org could probably use capital_P_dangit()
on saving to make sure "WordPress" is always capitalized correctly in new translations.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
meta-1853.patch works in my testing, but it performs an additional SQL query, as there's currently no way in GlotPress to customize translations before saving. I've opened a PR to introduce a filter for that.