Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 662 Bytes

File metadata and controls

27 lines (19 loc) · 662 Bytes

I18nextToGettext

Mix task to convert input i18next json file to po file for gettext

Installation

If available in Hex, the package can be installed by adding i18next_to_gettext to your list of dependencies in mix.exs:

def deps do
  [
    {:i18next_to_gettext, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/i18next_to_gettext.

Use

mix i18next_to_gettext.convert input-file output-file