##// END OF EJS Templates
test-gendoc: update for new Russian translation
Martin Geisler -
r14475:ac9a89db default
parent child Browse files
Show More
@@ -1,54 +1,57 b''
1 Test document extraction
1 Test document extraction
2
2
3 $ "$TESTDIR/hghave" docutils || exit 80
3 $ "$TESTDIR/hghave" docutils || exit 80
4 $ HGENCODING=UTF-8
4 $ HGENCODING=UTF-8
5 $ export HGENCODING
5 $ export HGENCODING
6 $ for PO in C $TESTDIR/../i18n/*.po; do
6 $ for PO in C $TESTDIR/../i18n/*.po; do
7 > LOCALE=`basename $PO .po`
7 > LOCALE=`basename $PO .po`
8 > echo
8 > echo
9 > echo "% extracting documentation from $LOCALE"
9 > echo "% extracting documentation from $LOCALE"
10 > echo ".. -*- coding: utf-8 -*-" > gendoc-$LOCALE.txt
10 > echo ".. -*- coding: utf-8 -*-" > gendoc-$LOCALE.txt
11 > echo "" >> gendoc-$LOCALE.txt
11 > echo "" >> gendoc-$LOCALE.txt
12 > LC_ALL=$LOCALE python $TESTDIR/../doc/gendoc.py >> gendoc-$LOCALE.txt 2> /dev/null || exit
12 > LC_ALL=$LOCALE python $TESTDIR/../doc/gendoc.py >> gendoc-$LOCALE.txt 2> /dev/null || exit
13 >
13 >
14 > # We call runrst without adding "--halt warning" to make it report
14 > # We call runrst without adding "--halt warning" to make it report
15 > # all errors instead of stopping on the first one.
15 > # all errors instead of stopping on the first one.
16 > echo "checking for parse errors"
16 > echo "checking for parse errors"
17 > python $TESTDIR/../doc/runrst html gendoc-$LOCALE.txt /dev/null
17 > python $TESTDIR/../doc/runrst html gendoc-$LOCALE.txt /dev/null
18 > done
18 > done
19
19
20 % extracting documentation from C
20 % extracting documentation from C
21 checking for parse errors
21 checking for parse errors
22
22
23 % extracting documentation from da
23 % extracting documentation from da
24 checking for parse errors
24 checking for parse errors
25
25
26 % extracting documentation from de
26 % extracting documentation from de
27 checking for parse errors
27 checking for parse errors
28
28
29 % extracting documentation from el
29 % extracting documentation from el
30 checking for parse errors
30 checking for parse errors
31
31
32 % extracting documentation from fr
32 % extracting documentation from fr
33 checking for parse errors
33 checking for parse errors
34
34
35 % extracting documentation from it
35 % extracting documentation from it
36 checking for parse errors
36 checking for parse errors
37
37
38 % extracting documentation from ja
38 % extracting documentation from ja
39 checking for parse errors
39 checking for parse errors
40
40
41 % extracting documentation from pt_BR
41 % extracting documentation from pt_BR
42 checking for parse errors
42 checking for parse errors
43
43
44 % extracting documentation from ro
44 % extracting documentation from ro
45 checking for parse errors
45 checking for parse errors
46
46
47 % extracting documentation from ru
48 checking for parse errors
49
47 % extracting documentation from sv
50 % extracting documentation from sv
48 checking for parse errors
51 checking for parse errors
49
52
50 % extracting documentation from zh_CN
53 % extracting documentation from zh_CN
51 checking for parse errors
54 checking for parse errors
52
55
53 % extracting documentation from zh_TW
56 % extracting documentation from zh_TW
54 checking for parse errors
57 checking for parse errors
General Comments 0
You need to be logged in to leave comments. Login now