Skip to content

Commit

Permalink
Add new task
Browse files Browse the repository at this point in the history
  • Loading branch information
hisaitami committed Nov 4, 2023
1 parent 1affb28 commit 5d26703
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion TODO
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@ Comply with [minium specifications](https://github.com/tldr-pages/tldr/wiki/Mini
- [x] Clients MUST default to displaying the page associated with the platform on which the client is running.
- [x] If a page is not available for the host platform, clients MUST fall back to the special common platform.
- [x] If a page is not found, Clients that have control over their exit code on the command line (i.e. clients that provide a CLI) MUST exit with a non-zero exit code in addition to showing the above message.

- [ ] If a client has access to environment variables, it MUST use them to derive the preferred user language
- [x] The LANG environment variable specifies the user's preferred locale (in the form ll[_CC][.encoding]).
- [ ] The LANGUAGE environment variable specifies a priority list of locales (in the form l1:l2:...) that can be used if the locale defined by LANG is not available.
- [ ] Both LANG and LANGUAGE may contain the values C or POSIX, which should be ignored.

0 comments on commit 5d26703

Please sign in to comment.