Skip to content

Latest commit

 

History

History
97 lines (58 loc) · 3.87 KB

README_APP.md

File metadata and controls

97 lines (58 loc) · 3.87 KB

Front-End Checklist App

Join the chat at https://gitter.im/Front-End-Checklist/Lobby Latest npm version Build status Maintainability Test Coverage Greenkeeper badge Front‑End_Checklist followed Backers on Open Collective Sponsors on Open Collective

StackShare code style: prettier

Table of Contents

Install

To install and run, open a terminal and use the following commands:

    npm install
    npm start or gulp dev

Usage

Add new translation

To add a new translation for the Front-End Checklist, you just need to translate the original JSON files in English to your own language.

  • Duplicate data/en folder and change the name of the folder to:

    • jp for Japanese
    • es for Spanish
    • cn for Chinese
    • fr for French
  • Launch the GULP development mode adding the --l argument and your language

      gulp dev --l jp
  • Translate all JSON files starting with the project folder

You'll need to stop the development mode, manually launch gulp json-rebuild, and launch again the dev mode in order to see your changes on the view.

Author

David Dias

Contribute

License

CC0

⬆ back to top