summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorChris Akritidis <43294513+cakrit@users.noreply.github.com>2019-10-06 12:29:37 +0200
committerGitHub <noreply@github.com>2019-10-06 12:29:37 +0200
commit978981ee34ee30b79aef89dff3715a56910fb00b (patch)
treef83a35b5b4a5b0cca0753d6787fb76c7ef603569 /docs
parent65f4fe4fde1b469841e2f061b2d8a46af27eb94b (diff)
Add Portuguese (Brazil) as a language option (#7004)
Diffstat (limited to 'docs')
-rw-r--r--docs/generator/custom/themes/material/partials/header.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/generator/custom/themes/material/partials/header.html b/docs/generator/custom/themes/material/partials/header.html
index 54086ecf5c..85f874905a 100644
--- a/docs/generator/custom/themes/material/partials/header.html
+++ b/docs/generator/custom/themes/material/partials/header.html
@@ -92,6 +92,7 @@
<select id="sel" onchange="setLanguage(this);" style="vertical-align: middle; background-color: #3f51b5; color: white; border: none;">
<option href="#" value='en'>English</option>
<option href="#" value='zh'>中文</option>
+ <option href="#" value='pt'>Portugues-Brasil</option>
</select>
</div>