Skip to content

Commit

Permalink
Add: .pot file link in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyProger1 committed Feb 11, 2024
1 parent a8f87f8 commit 3f2ccd3
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 @@ -58,13 +58,13 @@ print(Messages.HELLO, Messages.WORLD) # Bonjour le monde!

### Extraction-Tools

To extract the translation-keys from file:
To extract the translation-keys from application:

```shell
python -m i18n main.py application.pot
```

You will obtain a .pot file like this:
You will obtain a [.pot](https://pofile.net/) file like this:

```potfile
msgid ""
Expand Down

0 comments on commit 3f2ccd3

Please sign in to comment.