Skip to content
wiki de pasquale edited this page Aug 22, 2022 · 4 revisions

Welcome to the Dragapult wiki!

Dragapult aims to support main i18n formats to share common localization between platforms. It allows to consume your current localization files and digests them into a common format defined by you. From this common format you're free to generate resources whenever you need.

Tip: Generated resources shall not be committed in the repository. Always add them to the .gitignore file and force other developers and pipelines to use dragapult to generate them ad-hoc.

Installation

Fixed

Here are installations steps to get you started:

  1. Download the latest release

  2. Move the dragapult-* binary to:

    • Linux / Mac
      • /usr/local/opt/dragapult
    • Windows
      • C:/Program Files/dragapult
  3. Link the binaries to your path

    • Linux / Mac
      • ln -s /usr/local/opt/dragapult/bin/dragapult-app /usr/local/bin/dragapult
    • Windows

Usage

Always refer to the help provided with the program.

dragapult --help
dragapult consume --help
dragapult generate --help