Mercurial > p > roundup > code
diff locale/GNUmakefile @ 6405:a21b574554c3
extract translatable strings from devel and responsive templates
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 10 May 2021 21:22:14 -0400 |
| parents | 2c0f7f16ce04 |
| children | 0f0cee081990 |
line wrap: on
line diff
--- a/locale/GNUmakefile Mon May 10 16:47:51 2021 -0400 +++ b/locale/GNUmakefile Mon May 10 21:22:14 2021 -0400 @@ -42,7 +42,9 @@ ${RUN_PYTHON} ../roundup/cgi/TAL/talgettext.py -u $(TEMPLATE) \ ../share/roundup/templates/classic/html/*.html \ - ../share/roundup/templates/minimal/html/*.html + ../share/roundup/templates/devel/html/*.html \ + ../share/roundup/templates/minimal/html/*.html \ + ../share/roundup/templates/responsive/html/*.html ${XGETTEXT} -j -w 80 -F \ --msgid-bugs-address=roundup-devel@lists.sourceforge.net \ --copyright-holder="See Roundup README.txt" \
