Skip to content

Commit 1279d14

Browse files
committed
Add missing gettext dependency in README
1 parent 951c195 commit 1279d14

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ image:https://travis-ci.org/flashcode/msgcheck.svg?branch=master["Build Status",
1818
The script requires:
1919

2020
* Python >= 2.7
21-
* the module `pyenchant` if spelling is checked (with option `-s`).
21+
* gettext (for the command `msgfmt` to compile PO files)
22+
* the python module `pyenchant` if spelling is checked (with option `-s`).
2223
2324
== Install
2425

0 commit comments

Comments
 (0)