We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Building from 8f63328
INFO[0000] >>> Loading preferences INFO[0000] lang: en_AU ERRO[0000] Couldn't load the basic lang file
Perhaps fallback to C.UTF-8 if en_UK, en_AU et al. are not found?
C.UTF-8
en_UK
en_AU
The text was updated successfully, but these errors were encountered:
The "basic lang file" is /usr/share/nwg-look/langs/en_US.json.
/usr/share/nwg-look/langs/en_US.json
Sorry, something went wrong.
Here:
nwg-look/tools.go
Line 1254 in 8f63328
dataHome() returns $HOME/.local/share which prevents nwg-look from starting. I propose to search the $PWD as well.
dataHome()
$HOME/.local/share
nwg-look
$PWD
No branches or pull requests
Building from 8f63328
Perhaps fallback to
C.UTF-8
ifen_UK
,en_AU
et al. are not found?The text was updated successfully, but these errors were encountered: