enum Lens::Formats

Overview

List of supported formats within lens.

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

DEPRECATED Please just call the respective backends instead of using this enum!

Defined in:

lens.cr

Enum Members

GettextPO = 0
GettextMO = 1
CrystalI18nYAML = 2

Instance Method Summary

Instance Method Detail

def crystal_i18n_yaml? #

[View source]
def gettext_mo? #

[View source]
def gettext_po? #

[View source]