[blivet master 5/5] Mark all format names as translatable

Brian C. Lane bcl at redhat.com
Fri Dec 6 02:42:26 UTC 2013


On Fri, Nov 22, 2013 at 01:19:04PM -0500, David Shea wrote:
>  class MacEFIFS(HFSPlus):
>      _type = "macefi"
> -    _name = "Linux HFS+ ESP"
> +    _name = N_("Linux HFS+ ESP")
>      _udevTypes = []
>      _minSize = 50

Sorry I missed this earlier. This one at least cannot be translated. It
is written to the partition's name field and used to detect whether or
not we've previously creates an ESP on mac systems. The EFI System
Partition is also written to the partition name.

Also, in some cases these names are used to look up the FS type. For
example see kickstart.py where ty = "EFI System Partition"

I think this patchset is going to cause breakage in various places.

-- 
Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA (PST8PDT)


More information about the anaconda-patches mailing list