Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 14, 2025
2 parents 0ef12ef + 88fcadf commit 9cd0037
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Manual/contents/assets/scripts/main_script.js
Original file line number Diff line number Diff line change
Expand Up @@ -2620,8 +2620,8 @@ var array = [
{ name: "Italiano", code: "it" },
{ name: "Polski", code: "pl" },
{ name: "Português Brasileiro", code: "br" },
{ name: "한국인", code: "ko" },
{ name: "中国人", code: "zh" },
{ name: "한국어", code: "ko" },
{ name: "中文", code: "zh" },
{ name: "日本語", code: "ja" }
];

Expand Down Expand Up @@ -2701,4 +2701,4 @@ selectList.addEventListener( "change", function(e) {

});
}
setTimeout(createLanguageMenu, 30);
setTimeout(createLanguageMenu, 30);

0 comments on commit 9cd0037

Please sign in to comment.