fd
fd copied to clipboard
Add support for other languages
Add support for other languages so that we can translate and use the tool in a language other than English.
What would that look like? Would translating the man pages and maybe the help text be sufficient? Do error messages need to be translated as well?
Does clap have any kind of i18n or l10n support? Is there an example of a rust CLI that supports l10n that we could use as an example of how to do this?
To be clear, I'm not necessarily opposed, I'm just not sure how to approach it.
I don't know what i18n and l10n are, but many utilities use po files for translations. And of course, everything needs to be translated.
I18n = internationalization L10n = Localization
Sorry, I couldn't find such an example.