Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 371 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 371 Bytes

angular-translation-helper

Workflow:

  1. Create config.ini in project root based on config-example.ini
  2. Run parse-to-json to collate all translations into a {language}.json file
  3. Run json-to-po to convert the {language}.json file to a {language}.po file for easy editing inside Poedit
  4. Run po-to-json to convert the edited pofile back to JSON for use by Angular