module Gettext

Overview

Namespace for logic relating to the GNU Gettext format

Gettext is typically separated into two files: .po and .mo. Both of these formats are fully supported by Lens with either the Gettext::MOBackend or Gettext::POBackend backends.

For more information, please see their respective documentations.

All functionality (except flags) of Gettext are implemented.

Extended Modules

Defined in:

backend/gettext/gettext.cr
backend/gettext/mo/backend.cr
backend/gettext/plural-forms/ast.cr
backend/gettext/plural-forms/interpreter.cr
backend/gettext/plural-forms/lexer.cr
backend/gettext/plural-forms/parser.cr
backend/gettext/plural-forms/tokens.cr
backend/gettext/po/backend.cr
backend/gettext/po/parser.cr
backend/gettext/po/scanner.cr
backend/gettext/po/tokens.cr