WebDevStudios / WebDevStudios/custom-post-type-ui
Creating CPT does not respect locale specific replacements
@tw2113 is already working on this.
Since Feb 22, 2023.
- Dominant language
- PHP
- Stars
- 641
- Forks
- 139
- PR merge metrics
- No merged PRs in 30d
Description
If I want to create a new CPT my typing will be corrected instantly. For example: capital letters are corrected to lower case letters. Special characters are corrected to an underscore "_".
Unfortunately these corrections do not contain locale specific replacements, for example for the German language as seen in WordPress core:
For example: ü=>ue, ä=>ae, ß=>ss, etc.
This function remove_accents contains some more replacements than just for the German language. It would be great if these locale specific replacements would be used in CPT UI too.
Thanks for considering!
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.