Browse Source

r144 (bis)

Mr.doob 2 years ago
parent
commit
2ee43ce87d
1 changed files with 4 additions and 1 deletions
  1. 4 1
      docs/index.html

+ 4 - 1
docs/index.html

@@ -50,6 +50,9 @@
 						<option value="ko">한국어</option>
 						<option value="zh">中文</option>
 						<option value="ja">日本語</option>
+						<option value="it">it</option>
+						<option value="pt-br">pt-br</option>
+						<option value="fr">fr</option>
 					</select>
 				</div>
 				<div id="content"></div>
@@ -100,7 +103,7 @@
 
 			if ( /^(api|manual|examples)/.test( hash ) ) {
 
-				const hashLanguage = /^(api|manual|examples)\/(en|ar|ko|zh|ja)\//.exec( hash );
+				const hashLanguage = /^(api|manual|examples)\/(en|ar|ko|zh|ja|it|pt-br|fr)\//.exec( hash );
 
 				if ( hashLanguage === null ) {