blakeembrey / change-case

Convert strings between camelCase, PascalCase, Capital Case, snake_case and more
MIT License
2.21k stars 92 forks source link

Internationalization Support #340

Open dcantu96 opened 2 months ago

dcantu96 commented 2 months ago

Is there any plans for Internationalization support specifically for the title-case package? I could work of this if you don't have time.

Basically I need the same title-case rules to apply for other languages (spanish and portiguese)

blakeembrey commented 2 months ago

You're welcome to open a PR for this. I'm not familiar with those languages to know what the "small words" list should be, but I believe everything else already works.