OpenSolaris

Printable Version Enter a New Search
Bug ID 6635482
Synopsis i18n problems in libzfs_dataset.c and zfs_main.c
State 10-Fix Delivered (Fix available in build)
Category:Subcategory utility:zfs
Keywords
Responsible Engineer Mark Musante
Reported Against
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_105
Fixed In snv_105
Release Fixed solaris_nevada(snv_105) , solaris_10u8(s10u8_01) (Bug ID:2176251)
Related Bugs
Submit Date 29-November-2007
Last Update Date 17-December-2008
Description
While testing some ZFS backport bits for i18n functionality, I came across
several strings which had not been correctly internationalised. The DTrace
script is attached.

--- libzfs_dataset.c#2468 "cannot create '%s'" should be i18ned ---
# /home/timf/gettext.d -c 'zfs create -p bar/pool/foo'
cannot create 'bar/pool/foo': no such pool 'bar'
Called setlocale 

dgettext for no such pool '%s' in domain SUNW_OST_OSLIB
Called setlocale 

--- zfs_main.c#2445 "Permission sets on (%s)" and other strings should be i18ned ---
.
. (various)
Work Around
N/A
Comments
N/A