diff options
author | fauxpark <fauxpark@gmail.com> | 2019-12-11 09:27:40 +1100 |
---|---|---|
committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2019-12-10 14:27:40 -0800 |
commit | a8153774b52382c50673b62c8be06d0ee07c8ba2 (patch) | |
tree | 0ea25a70fb54094ccf33caa6c0a67036eb57a4e1 /docs | |
parent | 10e8ed7430653a50a9859301f1ac25894341c197 (diff) |
[Docs] Fix docs fallback for pt-br (#7602)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html index 20614c0812..8d03c6edef 100644 --- a/docs/index.html +++ b/docs/index.html @@ -35,6 +35,7 @@ '/fr-fr/': '/#/fr-fr/', '/he-il/': '/#/he-il/', '/ja/': '/#/ja/', + '/pt-br/': '/#/pt-br/', '/ru-ru/': '/#/ru-ru/', '/zh-cn/': '/#/zh-cn/', '/': '/#/' @@ -50,6 +51,7 @@ 'fr-fr', 'he-il', 'ja', + 'pt-br', 'ru-ru', 'zh-cn' ], |