https://github.com/martin005/crowdin-icu-helper
A Crowdin App which helps translators easily translate strings with an ICU Message
https://github.com/martin005/crowdin-icu-helper
crowdin crowdin-app helper icu icu-helper
Last synced: 4 months ago
JSON representation
A Crowdin App which helps translators easily translate strings with an ICU Message
- Host: GitHub
- URL: https://github.com/martin005/crowdin-icu-helper
- Owner: Martin005
- Created: 2022-09-14T08:24:42.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-14T05:52:06.000Z (over 2 years ago)
- Last Synced: 2025-04-02T06:11:17.102Z (7 months ago)
- Topics: crowdin, crowdin-app, helper, icu, icu-helper
- Language: JavaScript
- Homepage: https://store.crowdin.com/icu-helper
- Size: 307 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://unicode-org.github.io/icu/userguide/format_parse/messages/).
The App is available for installation through the official [Crowdin Marketplace](https://store.crowdin.com/icu-helper).
## Running Locally
Make sure you have [Node.js](http://nodejs.org/) installed.
```sh
$ 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](http://localhost:5000/).
## Deploying to Heroku
Make sure you have [Heroku CLI](https://cli.heroku.com/) installed.
```
$ heroku create
$ git push heroku main
$ heroku open
```or
[](https://heroku.com/deploy)