FS#58391 - Several tools not translatable

Attached to Project: Pacman
Opened by Allan McRae (Allan) - Sunday, 29 April 2018, 12:56 GMT
Last edited by Eli Schwartz (eschwartz) - Tuesday, 26 November 2019, 03:53 GMT
Task Type Bug Report
Category i18n & l10n
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version 5.0.1
Due in Version 5.2.0
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

The follow contain strings that could be translated:

src/pacman/pacman-conf.c
src/util/cleanupdelta.c
src/util/testpkg.c


All that needs done is to add something like this to their initialisation:

#ifdef ENABLE_NLS
bindtextdomain("libalpm", LOCALEDIR);
#endif

Then surround translatable strings with _()
This task depends upon

Closed by  Eli Schwartz (eschwartz)
Tuesday, 26 November 2019, 03:53 GMT
Reason for closing:  Implemented
Additional comments about closing:  https://git.archlinux.org/pacman.git/com mit/?id=6d99a15f0bd9cba45008081147380659 03312bf6
Comment by Matthew Sexton (wsdmatty) - Sunday, 08 September 2019, 16:57 GMT
Disregard!
Comment by Matthew Sexton (wsdmatty) - Monday, 09 September 2019, 01:46 GMT
Disregard!

Loading...