We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8f87f8 commit 3f2ccd3Copy full SHA for 3f2ccd3
README.md
@@ -58,13 +58,13 @@ print(Messages.HELLO, Messages.WORLD) # Bonjour le monde!
58
59
### Extraction-Tools
60
61
-To extract the translation-keys from file:
+To extract the translation-keys from application:
62
63
```shell
64
python -m i18n main.py application.pot
65
```
66
67
-You will obtain a .pot file like this:
+You will obtain a [.pot](https://pofile.net/) file like this:
68
69
```potfile
70
msgid ""
0 commit comments