**This is the bug tracker for the AUR web interface.**
Use this tracker to report bugs or make feature requests regarding the behaviour or implementation of the AUR software.
Please read the Reporting Bug Guidelines before filing a new task.
https://wiki.archlinux.org/title/Bug_reporting_guidelines
- Please report bugs related to Arch Linux official packages here: http://bugs.archlinux.org/index.php?project=1
- Please report bugs for [community] packages here: http://bugs.archlinux.org/index.php?project=5
- For any packages in the AUR contact the maintainer or leave a comment on the package's detail page.
Source Code:
https://gitlab.archlinux.org/archlinux/aurweb/
Use this tracker to report bugs or make feature requests regarding the behaviour or implementation of the AUR software.
Please read the Reporting Bug Guidelines before filing a new task.
https://wiki.archlinux.org/title/Bug_reporting_guidelines
- Please report bugs related to Arch Linux official packages here: http://bugs.archlinux.org/index.php?project=1
- Please report bugs for [community] packages here: http://bugs.archlinux.org/index.php?project=5
- For any packages in the AUR contact the maintainer or leave a comment on the package's detail page.
Source Code:
https://gitlab.archlinux.org/archlinux/aurweb/
FS#59278 - No translation file found for domain: 'aur'
Attached to Project:
AUR web interface
Opened by Stefan Auditor (sanduhrs) - Monday, 09 July 2018, 09:00 GMT
Last edited by Lukas Fleischer (lfleischer) - Tuesday, 21 April 2020, 16:10 GMT
Opened by Stefan Auditor (sanduhrs) - Monday, 09 July 2018, 09:00 GMT
Last edited by Lukas Fleischer (lfleischer) - Tuesday, 21 April 2020, 16:10 GMT
|
DetailsPushing a new package version to the aur brings up an error message:
"remote: FileNotFoundError: [Errno 2] No translation file found for domain: 'aur'" Push goes through nonetheless. Full output attached. |
This task depends upon
Not entirely sure what is happening here, it's the same translation code as the previous release and the only thing which changed is the name.
...
Hmm, that makes the problem more obvious then. I guess the python code cannot detect the proper locale directory since it is installed as a site-packages module instead of being run from the live checkout, whereas the php code is a live checkout.
Do we want to install the locales to /usr/share/locale/ or add a config option pointing to the local checkout or what? I'm unsure how to deal with the php translations if we do the former.