concretecms-community-store / community_store

An open, free and community developed eCommerce system for Concrete CMS
https://concretecms-community-store.github.io/community_store/
MIT License
106 stars 66 forks source link

Don't use t() and ucwords() for order status #787

Closed mlocati closed 1 year ago

mlocati commented 1 year ago

Here in Italy we don't use Title Case, it seems really ugly to us (we use capital letters only at the beginning of sentences). So, what about avoiding ucwords calls? (and I'm pretty sure it doesn't work very well with multibyte characters - we should use mb_convert_case instead)

Furthermore, order statuses are already translated, so I think we don't need t() calls.