-
-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
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
weblate.ini has no effect on Windows #715
Comments
It seems that APPDATA (what Weblate uses) points to |
Yes, moving to |
Apparenly the default APPDATA location has changed over the years so the documentation should adjust. Additionally wlc now supports LOCALAPPDATA. Fixes WeblateOrg/wlc#715
Thank you for your report; the issue you have reported has just been fixed.
|
1 similar comment
Thank you for your report; the issue you have reported has just been fixed.
|
Describe the issue
I was following instructions how and where to store config files. Specifically this:
So I have
.weblate
on my project root where I runwlc
commands:And I also have
weblate.ini
onC:\Users\NAME\AppData\
:Just to keep my keys separate..
And it doesn't work.
It works if I move
[keys]
fromAppData/weblate.ini
toproject/.weblate
Also, if I move this part to
/AppData/weblate.ini
:then I get:
I found this very old issue about wlc docs lacking info for Windows users and was thinking in my case there's also something undocumented, but I've no clue what's missing
I already tried
Steps to reproduce the behavior
weblate.ini
with[keys]
to/AppData
.weblate
with[weblate]
to/project/root
wlc list-projects
in project rootExpected behavior
Projects are listed
The text was updated successfully, but these errors were encountered: