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.
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.
Make sure you have Heroku CLI installed.
$ heroku create
$ git push heroku main
$ heroku open
or