ms
ms copied to clipboard
How to use ms with French
Hello ! I actually create a French discord bot, i create a mute command but i can't convert my string of French (example: 1j = 1d or 1 jour = 1 day)
Please help me
the easier solution can maybe to convert your string before passing it to ms ?
convert jour => day, and j => d .
Or what will it take to internationalize the package to some extent?