Skip to content

Commit 90f142c

Browse files
authored
Merge pull request #280 from ut-code/setup-lang
Set lang to `"ja"`
2 parents 9b20b51 + 29d3ef8 commit 90f142c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docusaurus.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ module.exports = {
1111
favicon: "img/favicon.ico",
1212
organizationName: "ut-code",
1313
projectName: "utcode-learn",
14+
i18n: {
15+
defaultLocale: "ja",
16+
locales: ["ja"],
17+
},
1418
presets: [
1519
[
1620
"@docusaurus/preset-classic",

0 commit comments

Comments
 (0)