Skip to content

Commit 1e9e959

Browse files
committed
Fix language loaded async issue
1 parent 01bcd83 commit 1e9e959

File tree

9 files changed

+48
-30
lines changed

9 files changed

+48
-30
lines changed

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</style><link rel="stylesheet" href="styles-K2SYSHOK.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles-K2SYSHOK.css"></noscript><link rel="modulepreload" href="chunk-YHOLSLLF.js"></head>
1212
<body>
1313
<app-root></app-root>
14-
<script src="polyfills-FFHMD2TL.js" type="module"></script><script src="main-FGXJOAFQ.js" type="module"></script></body>
14+
<script src="polyfills-FFHMD2TL.js" type="module"></script><script src="main-IXFIJCKR.js" type="module"></script></body>
1515
<script>
1616
function adjustHeight() {
1717
document.documentElement.style.height = window.innerHeight + 'px';

assets/i18n/en.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"LANGUAGE": {
3+
"CURRENT": "English"
4+
},
25
"HOME": {
36
"TITLE": "TensorBlock",
47
"SUBTITLE_1": "Pioneering Decentralized Open AI",

assets/i18n/es.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"LANGUAGE": {
3+
"CURRENT": "Español"
4+
},
25
"HOME": {
36
"TITLE": "TensorBlock",
47
"SUBTITLE_1": "Pionero en IA Descentralizada Abierta",

assets/i18n/ja.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"LANGUAGE": {
3+
"CURRENT": "日本語"
4+
},
25
"HOME": {
36
"TITLE": "TensorBlock",
47
"SUBTITLE_1": "分散型オープンAIの先駆者",

assets/i18n/ko.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"LANGUAGE": {
3+
"CURRENT": "한국어"
4+
},
25
"HOME": {
36
"TITLE": "TensorBlock",
47
"SUBTITLE_1": "분산형 오픈 AI의 선구자",

assets/i18n/zh-CN.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"LANGUAGE": {
3+
"CURRENT": "简体中文"
4+
},
25
"HOME": {
36
"TITLE": "TensorBlock",
47
"SUBTITLE_1": "开创去中心化开放AI",

assets/i18n/zh-TW.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"LANGUAGE": {
3+
"CURRENT": "繁體中文"
4+
},
25
"HOME": {
36
"TITLE": "TensorBlock",
47
"SUBTITLE_1": "開創去中心化開放AI",

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</style><link rel="stylesheet" href="styles-K2SYSHOK.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles-K2SYSHOK.css"></noscript><link rel="modulepreload" href="chunk-YHOLSLLF.js"></head>
1212
<body>
1313
<app-root></app-root>
14-
<script src="polyfills-FFHMD2TL.js" type="module"></script><script src="main-FGXJOAFQ.js" type="module"></script></body>
14+
<script src="polyfills-FFHMD2TL.js" type="module"></script><script src="main-IXFIJCKR.js" type="module"></script></body>
1515
<script>
1616
function adjustHeight() {
1717
document.documentElement.style.height = window.innerHeight + 'px';

main-FGXJOAFQ.js renamed to main-IXFIJCKR.js

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)