Skip to content

Commit

Permalink
docs: more info regarding adding new locales
Browse files Browse the repository at this point in the history
  • Loading branch information
jobara committed Oct 5, 2021
1 parent 37a99cc commit 83a65d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ Steps for adding additional locales.
1. [Update `messages.po` and generate a new `messages.mo`](#localized-strings) file in the new directory for the new
locale.
1. Update the `Language`
2. Update the localized text
2. Update the localized text by replacing the `msgstr` values in the .po file with the corresponding text from the
new localization. Can use a tool such as [Poedit](https://poedit.net) to edit the .po file.
3. Using a tool souch as [Poedit](https://poedit.net), generate a new `messages.mo` file from `messages.po`.

### Locale Configuration
Expand Down

0 comments on commit 83a65d4

Please sign in to comment.