##// END OF EJS Templates
test-i18n: always run non gettext tests
timeless@mozdev.org -
r26252:a3edce86 default
parent child Browse files
Show More
@@ -1,8 +1,6 b''
1 #require gettext
2
3 (Translations are optional)
1 (Translations are optional)
4
2
5 #if no-outer-repo
3 #if gettext no-outer-repo
6
4
7 Test that translations are compiled and installed correctly.
5 Test that translations are compiled and installed correctly.
8
6
@@ -27,6 +25,8 b' Different encoding:'
27
25
28 #endif
26 #endif
29
27
28 #if gettext
29
30 Test keyword search in translated help text:
30 Test keyword search in translated help text:
31
31
32 $ HGENCODING=UTF-8 LANGUAGE=de hg help -k blättern
32 $ HGENCODING=UTF-8 LANGUAGE=de hg help -k blättern
@@ -38,6 +38,8 b' Test keyword search in translated help t'
38
38
39 pager Verwendet einen externen Pager zum Bl\xc3\xa4ttern in der Ausgabe von Befehlen (esc)
39 pager Verwendet einen externen Pager zum Bl\xc3\xa4ttern in der Ausgabe von Befehlen (esc)
40
40
41 #endif
42
41 Check Mercurial specific translation problems in each *.po files, and
43 Check Mercurial specific translation problems in each *.po files, and
42 tool itself by doctest
44 tool itself by doctest
43
45
General Comments 0
You need to be logged in to leave comments. Login now