Pacman

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.
Tasklist

FS#19423 - Package description translation

Attached to Project: Pacman
Opened by Sergej Pupykin (sergej) - Tuesday, 11 May 2010, 16:32 GMT
Task Type Feature Request
Category i18n & l10n
Status Unconfirmed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version git
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 2
Private No

Details

Please 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

Loading...