We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68fe153 commit a44c40cCopy full SHA for a44c40c
test/basic_setup/mkdocs_theme_locale.yml
@@ -3,7 +3,7 @@ use_directory_urls: true
3
4
theme:
5
name: 'material'
6
- language: nl
+ language: de
7
8
plugins:
9
- search
test/test_basic.py
@@ -50,7 +50,7 @@ def test_basic_working(tmp_path):
50
index_file = tmp_path/'index.html'
51
built_site_tests(tmp_path)
52
contents = index_file.read_text()
53
- assert re.search(r"Laatst ge\u00FCpdatet op\:\s[\w].+", contents)
+ assert re.search(r"Letztes Update\:\s[\w].+", contents)
54
55
# Test timeago
56
result = build_docs_setup('test/basic_setup/mkdocs_timeago.yml', tmp_path)
0 commit comments