Skip to content

Commit 335a808

Browse files
committed
extract translatable strings from devel and responsive templates
1 parent 0ec6195 commit 335a808

File tree

14 files changed

+18607
-1638
lines changed

14 files changed

+18607
-1638
lines changed

locale/GNUmakefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ template:
4242

4343
${RUN_PYTHON} ../roundup/cgi/TAL/talgettext.py -u $(TEMPLATE) \
4444
../share/roundup/templates/classic/html/*.html \
45-
../share/roundup/templates/minimal/html/*.html
45+
../share/roundup/templates/devel/html/*.html \
46+
../share/roundup/templates/minimal/html/*.html \
47+
../share/roundup/templates/responsive/html/*.html
4648
${XGETTEXT} -j -w 80 -F \
4749
4850
--copyright-holder="See Roundup README.txt" \

0 commit comments

Comments
 (0)