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)