Fix typo in CONTRIBUTING.md

This commit is contained in:
Christopher C. Wells 2021-06-07 20:07:07 -07:00 committed by Christopher Charbonneau Wells
parent f42784904d
commit 8883c87c43
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ process will look something like this:
1. Run `gulp makemessages -l xx` where `xx` is a specific locale code in the 1. Run `gulp makemessages -l xx` where `xx` is a specific locale code in the
[ISO 639-1 format](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) (e.g. [ISO 639-1 format](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) (e.g.
"fr" for French or "es" for Spanish). This create a new translation file at "fr" for French or "es" for Spanish). This creates a new translation file at
`locale/xx/LC_MESSAGES/django.po`, or updates one if it exists. `locale/xx/LC_MESSAGES/django.po`, or updates one if it exists.
1. Open the created/updated `django.po` file and update the header template 1. Open the created/updated `django.po` file and update the header template