Skip to content

Commit e7eb1f6

Browse files
committed
Add Russian Language
* We have received a requestt to translate the documentation in Russian * this change would add the Russian language to the mkdocs.yml file * I've tested this configuration locally and it appears to work as expected
1 parent ed7ab93 commit e7eb1f6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mkdocs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ plugins:
6666
zh: 简体中文
6767
sv: Svenska
6868
pt: Português
69+
ru: Russian
6970
- git-revision-date-localized:
7071
type: date
7172
- redirects:
@@ -105,6 +106,9 @@ extra:
105106
- name: Svenska
106107
link: ./sv/
107108
lang: sv
109+
- name: Russian
110+
link: ./ru/
111+
lang: ru
108112

109113
social:
110114
- icon: fontawesome/brands/twitter

0 commit comments

Comments
 (0)