We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tldr --list
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The problem is on this line:
tldr-python-client/tldr.py
Line 315 in 68acf05
I think that if a language is explicitly set, tldr should use its cache directory.
For example:
# LANG=zh_CN tldr lspci … # LANG=cs_CZ tldr cd … # ls -la /root/.cache/tldr/ total 0 drwxr-xr-x. 4 root root 56 Mar 4 12:30 . drwxr-xr-x. 3 root root 48 Mar 4 12:25 .. drwxr-xr-x. 3 root root 36 Mar 4 12:30 pages.cs drwxr-xr-x. 3 root root 34 Mar 4 12:25 pages.zh # LANG=zh_CN tldr --list [] # LANG=cs_CZ tldr --list []
I'm using the latest release.
The text was updated successfully, but these errors were encountered:
Respect language settings when geting a list of commands
aef0b07
Fixes: tldr-pages#238
2891458
00127f7
Respect language settings when geting a list of commands (#239)
41054af
Fixes: #238
Successfully merging a pull request may close this issue.
The problem is on this line:
tldr-python-client/tldr.py
Line 315 in 68acf05
I think that if a language is explicitly set, tldr should use its cache directory.
For example:
I'm using the latest release.
The text was updated successfully, but these errors were encountered: