Skip to content

Commit

Permalink
add i18n support (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelhsin committed Dec 13, 2023
1 parent 972634d commit 7f9a783
Show file tree
Hide file tree
Showing 9 changed files with 423 additions and 1 deletion.
1 change: 1 addition & 0 deletions client/dist/assets/index-611b2d9d.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions client/dist/assets/index-6e6f3c22.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import{j as t}from"./index-e054a226.js";const o=()=>t.jsx("h1",{children:"404"});export{o as default};
178 changes: 178 additions & 0 deletions client/dist/assets/index-912864d0.js

Large diffs are not rendered by default.

153 changes: 153 additions & 0 deletions client/dist/assets/index-9987b3f9.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions client/dist/assets/index-a0ba55d8.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions client/dist/assets/index-caac1779.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

82 changes: 82 additions & 0 deletions client/dist/assets/index-e054a226.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions client/dist/assets/index-f506ff77.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion client/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
<link rel="icon" type="image/png" href="/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Data Service (APIs)</title>
<script type="module" crossorigin src="/assets/index-62d4577c.js"></script>
<script>
// for intl support
window.global = window;
</script>
<script type="module" crossorigin src="/assets/index-e054a226.js"></script>
<link rel="stylesheet" href="/assets/index-bc466bd9.css">
</head>

Expand Down

0 comments on commit 7f9a783

Please sign in to comment.