Skip to content

Commit

Permalink
Fix list syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
GUI authored May 2, 2021
1 parent fea53bb commit 8b4b742
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 @@ -47,9 +47,9 @@ If you would like to help translate the website content into other languages, th

1. If you're adding new text to the website, just wrap the English text with the `$t` helper, like `$t('my text here...')`.
2. In order to translate these strings into other languages, and you have permissions to Localazy, then the steps are:
a. Run `./bin/run locale:extract` to extract any new strings into the `website/lang/messages.pot` file.
b. Run `./bin/run locale:upload` to upload the updated `website/lang/messages.pot` file to Localazy.
c. After translations are performed, run `./bin/run locale:download` to download the resulting language files.
1. Run `./bin/run locale:extract` to extract any new strings into the `website/lang/messages.pot` file.
2. Run `./bin/run locale:upload` to upload the updated `website/lang/messages.pot` file to Localazy.
3. After translations are performed, run `./bin/run locale:download` to download the resulting language files.

## License

Expand Down

0 comments on commit 8b4b742

Please sign in to comment.