jpvanhal / inflection

A port of Ruby on Rails' inflector to Python
https://inflection.readthedocs.io
MIT License
501 stars 62 forks source link

singularize('slaves') -> slafe but I wish 'slave' #25

Closed seoyoungjin closed 1 year ago

seoyoungjin commented 6 years ago

Of course I can make special case. But real problem is 3rd party library uses inflection so I can not control this. is there any global settings?