Strings updates (avoiding 'XRPL' where possible)

This commit is contained in:
mDuo13
2020-09-11 11:05:23 -07:00
parent 94408b7c58
commit 505b544fb8
7 changed files with 644 additions and 977 deletions

View File

@@ -84,7 +84,7 @@ Then, update _every_ language's `.po` files with the list of strings, as follows
$ pybabel update -l ja -d ./locale/ -i ./locale/messages.pot
```
The above example is for English (`-l ja`). **Repeat for each language code.**
The above example is for Japanese (`-l ja`). **Repeat for each language code.**
Now edit the PO files (for example, `locale/ja/LC_MESSAGES/messages.po`) to add translations for each newly-added string. Again, **repeat for each language.**