Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading