Red Hat Bugzilla – Bug 749100
abrt-dump-oops contains non-translatable strings
Last modified: 2015-02-01 17:55:05 EST
Description of problem: some string in abrt-dump-oops.c are not translatable Version-Release number of selected component (if applicable): abrt-2.0.4-13 How reproducible: 100% Steps to Reproduce: 1. LANG=as_IN abrt-dump-oops --help Actual results: - the help text is in english Expected results: - localized help text in output Additional info: - this application is usually not run manually by users, so this will not hit many of them
- actually the strings are translatable, the initialization of i18n is missing: <snip> /* I18n */ setlocale(LC_ALL, ""); #if ENABLE_NLS bindtextdomain(PACKAGE, LOCALEDIR); textdomain(PACKAGE); #endif </snip>
Since RHEL 6.2 External Beta has begun, and this bug remains unresolved, it has been rejected as it is not proposed as exception or blocker. Red Hat invites you to ask your support representative to propose this request, if appropriate and relevant, in the next release of Red Hat Enterprise Linux.
Fixed in git: commit 4701534f896100e7cf937e9e10fd2a8543f77d3e Author: Denys Vlasenko <dvlasenk@redhat.com> Date: Tue Jan 17 11:03:36 2012 +0100 *: add i18n init. Closes rhbz#749100 Affected tools: applet.c abrt-cli.c abrt-action-save-package-data.c abrt-dbus.c abrtd.c abrt-handle-event.c abrt-server.c abrt-action-analyze-backtrace.c abrt-action-analyze-c.c abrt-action-analyze-oops.c abrt-action-analyze-python.c abrt-action-generate-backtrace.c abrt-action-generate-core-backtrace.c abrt-action-trim-files.c abrt-dump-oops.c
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHSA-2012-0841.html