diff --git a/README.md b/README.md index 1ca193ba..d1c56c9f 100644 --- a/README.md +++ b/README.md @@ -241,9 +241,10 @@ dua interactive ``` The interactive interface can be localized via the standard POSIX locale environment variables, -in the usual order of precedence `LC_ALL` > `LC_MESSAGES` > `LANG`. English is the default; German -(`de`), Japanese (`ja`), Korean (`ko`), and Simplified Chinese (`zh`, `zh_CN`, `zh_SG`, or -`zh_Hans`) are also available when the locale uses UTF-8 or omits the codeset: +in the usual order of precedence `LC_ALL` > `LC_MESSAGES` > `LANG`. English is the default. The +following translations are listed in the order they were added: German (`de`), Japanese (`ja`), +Korean (`ko`), and Simplified Chinese (`zh`, `zh_CN`, `zh_SG`, or `zh_Hans`). They are available +when the locale uses UTF-8 or omits the codeset: Please [open an issue](https://github.com/Byron/dua-cli/issues/new) to request support for your language, if you would be available for reviewing it as well.