Historical bug tracker for the Pacman package manager.
The pacman bug tracker has moved to gitlab:
https://gitlab.archlinux.org/pacman/pacman/-/issues
This tracker remains open for interaction with historical bugs during the transition period. Any new bugs reports will be closed without further action.
The pacman bug tracker has moved to gitlab:
https://gitlab.archlinux.org/pacman/pacman/-/issues
This tracker remains open for interaction with historical bugs during the transition period. Any new bugs reports will be closed without further action.
FS#19423 - Package description translation
|
DetailsPlease replace in src/pacman/package.c
string_display(_("Description :"), alpm_pkg_get_desc(pkg)); to something like string_display(_("Description :"), dgettext("pacman_packages", alpm_pkg_get_desc(pkg))); It should allow to create native language package descriptions. |
This task depends upon