File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -110,14 +110,14 @@ gettext: gettext_structure gettext_generate_rst
110110
111111generate-po :
112112ifeq ($(LANGUAGES ) ,)
113- @echo 'LANGUAGES is not defined. It is mandatory. LANGUAGES should be a comma separated list of languages to support. (Exampe : fr,es)'
113+ @echo 'LANGUAGES is not defined. It is mandatory. LANGUAGES should be a comma separated list of languages to support. (Example : fr,es)'
114114else
115115 (cd docs/docsite/; sphinx-intl update -w 0 -d rst/locales -p "$(POTDIR)" -l $(LANGUAGES))
116116endif
117117
118118needs-translation :
119119ifeq ($(LANGUAGES ) ,)
120- @echo 'LANGUAGES is not defined. It is mandatory. LANGUAGES should be a comma separated list of languages to support. (Exampe : fr,es)'
120+ @echo 'LANGUAGES is not defined. It is mandatory. LANGUAGES should be a comma separated list of languages to support. (Example : fr,es)'
121121else
122122 (cd docs/docsite/; sphinx-intl stat -d rst/locales -l $(LANGUAGES) | grep -E ' [1-9][0-9]* (fuzzy|untranslated)' | sort)
123123endif
You can’t perform that action at this time.
0 commit comments