-
Notifications
You must be signed in to change notification settings - Fork 112
pacaur can't find any package in AUR for my locale #302
Comments
Could you attach a debug output? |
Sure.
If anything in the output needs translation and Google Translator can't handle it, let me know. :) |
Please read my link again, and post a bash debug output. Thx. |
Ahh... sorry, haven't noticed it. |
I see, the package isn't correctly classified as 'AUR package'. Related to #267. |
The same as arcavire commented here: |
I have trouble setting up my locale to Polish locale for some reason. Could one of you give me the exact error output of "pacman -Sp packagethatdoesnotexist"? I suspect the Polish translation has changed with pacman 4.2 release. |
For example |
Yes, it seems the error translated message has been changed in Polish. Unfortunately, I'll have to entirely rework the code to make it work with Polish translation. The current code isn't robust enough, and it's not trivial to fix (see #267 for a related issue). I'll release 4.2.18 soon without PL translation so pacaur will fallback to English by default. |
Closing this issue, and reopening #267 instead. |
export LANG=pl_PL.utf8
pacaur -S foobar2000
results with
błąd: pakiet foobar2000 nie został znaleziony
:: Nie znaleziono znaleziony w repozytoriach; szukam w AUR...
:: rozwiązywanie zależności...
:: no results found for znaleziony
Last line gives some information about the bug, I guess. You could translate it as:
When I change language to
en_US
, pacaur finds the package...The text was updated successfully, but these errors were encountered: