Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.04 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.04 KB

ICU Message Format Helper for Crowdin

This repository contains source code for the ICU Message Helper App for Crowdin. The Helper assists translators with the translation of strings with an ICU Message.

The App is available for installation through the official Crowdin Marketplace.

Running Locally

Make sure you have Node.js installed.

$ git clone https://github.com/Martin005/crowdin-icu-helper.git
$ cd crowdin-icu-helper
$ yarn install
$ yarn start

Your app should now be running on localhost:5000.

Deploying to Heroku

Make sure you have Heroku CLI installed.

$ heroku create
$ git push heroku main
$ heroku open

or

Deploy to Heroku