Skip to content

Commit a95fdda

Browse files
Toaster192cburmeister
authored andcommitted
Fix i18n command typo in readme
1 parent aaf1437 commit a95fdda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ pybabel extract -F babel.cfg -o i18n/messages.pot .
240240

241241
Create a new resource (.po) for German translators:
242242
```bash
243-
pybabel init -i i81n/messages.pot -d i18n -l de
243+
pybabel init -i i18n/messages.pot -d i18n -l de
244244
```
245245

246246
Compile translations (.mo):

0 commit comments

Comments
 (0)