Module: I18nPoTools
- Defined in:
- lib/i18n_po_tools.rb,
lib/i18n_po_tools/cli.rb,
lib/i18n_po_tools/formats.rb,
lib/i18n_po_tools/version.rb,
lib/i18n_po_tools/utils/data.rb,
lib/i18n_po_tools/utils/locfile.rb,
lib/i18n_po_tools/plural_message.rb,
lib/i18n_po_tools/formats/po_format.rb,
lib/i18n_po_tools/formats/csv_format.rb,
lib/i18n_po_tools/formats/ios_format.rb,
lib/i18n_po_tools/formats/base_format.rb,
lib/i18n_po_tools/formats/android_format.rb,
lib/i18n_po_tools/formats/properties_format.rb,
lib/i18n_po_tools/formats/rails_yaml_format.rb,
lib/i18n_po_tools/formats/basic_flat_yaml_format.rb
Defined Under Namespace
Modules: Formats Classes: CLI, Data, LocfileUtils, PluralMessage
Constant Summary collapse
- FORMATS =
%w[rails_yaml flat_yaml po pot ios android properties csv]
- EXT_TO_FORMAT =
{ :yml => :rails_yaml, :po => :po, :pot => :pot, :strings => :ios, :xml => :android, :properties => :properties, :csv => :csv }
- VERSION =
"0.10.0"