enum

Lens::Formats

Inherits Enum / Comparable / Value / Object

List of supported formats within lens.

For their respective documentations see: Gettext::POBackend Gettext::MOBackend CrystalI18n::I18n

Constants

GettextPO = 0
GettextMO = 1
CrystalI18nYAML = 2

Instance methods

crystal_i18n_yaml?

Returns true if this enum value equals CrystalI18nYAML

Source
gettext_mo?

Returns true if this enum value equals GettextMO

Source
gettext_po?

Returns true if this enum value equals GettextPO

Source