Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

Commit

Permalink
[#844] Fix path to gulp in README instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
brew committed Dec 7, 2016
1 parent 085abad commit 45089d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,20 +81,20 @@ We run deployments on Heroku. The app should run anywhere that you can run Node.

When templates change, the translations have to be changed. Extract the files by running this command:

gulp pot
./node_modules/.bin/gulp pot

You will need the GNU gettext commands. See [here](https://github.com/mozilla/i18n-abide/blob/master/docs/GETTEXT.md) for more information.

To update the existing .po files, run:

gulp update-po
./node_modules/.bin/gulp update-po

To add a new language, create directory `locale/[language-code]/LC_MESSAGES` and put there translation files (*.po).
Also, you can copy the `locale/en` directory to `locale/[language-code]` and change existing files.

To update translations cache, run

gulp compile-po
./node_modules/.bin/gulp compile-po

### i18n For Config

Expand Down

0 comments on commit 45089d3

Please sign in to comment.