We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 349c965 commit cda5e42Copy full SHA for cda5e42
1 file changed
mkdocs.yml
@@ -37,6 +37,21 @@ plugins:
37
- blog
38
- rss
39
- search
40
+ - i18n:
41
+ default_language: en
42
+ languages:
43
+ en: English
44
+ fr: Français
45
+ nav_translations:
46
+ fr:
47
+ Home: Accueil
48
+ Blog: Blog
49
+ Documentation: Documentation
50
+ Resources: Ressources
51
+ Studies using QualCoder: Études utilisant QualCoder
52
+ About Developers: Équipe de développement
53
+ Forum: Forum
54
+
55
nav:
56
- Home: index.md
57
- Blog: blog/
0 commit comments