Skip to content

Commit

Permalink
Capitalize languages
Browse files Browse the repository at this point in the history
  • Loading branch information
ClintonWB-EBSCO authored and bltravis committed Sep 26, 2023
1 parent fd884ba commit c987869
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ In order to perform migrations according to this process, you need the following

This repo uses [Python-i18n](https://github.com/danhper/python-i18n) to translate reports between languages, and to handle large strings for templates.

**Any english string which will end up in a report** should be wrapped in the function `i18n.t` from `i18n`:
**Any English string which will end up in a report** should be wrapped in the function `i18n.t` from `i18n`:

## Keys/Usage

Expand Down Expand Up @@ -110,7 +110,7 @@ python scripts/extract_translations.py
## Internationalizations

Other langauges translations live in `translations/[locale].json`.
For example, spanish would be `es.json`.
For example, Spanish would be `es.json`.

The keys must match the English keys, but the Values should be translated.

Expand Down

0 comments on commit c987869

Please sign in to comment.