Skip to content

Commit efd0485

Browse files
committed
Switch locale to en
1 parent 3ae78dc commit efd0485

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,7 @@ npm-debug.log*
1919
yarn-debug.log*
2020
yarn-error.log*
2121

22-
package-lock.json
22+
package-lock.json
23+
24+
# Editor backup files
25+
*~

docusaurus.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ const config = {
1919
onBrokenMarkdownLinks: "warn",
2020

2121
i18n: {
22-
defaultLocale: "de",
23-
locales: ["de"],
22+
defaultLocale: "en",
23+
locales: ["en"],
2424
},
2525

2626
presets: [

0 commit comments

Comments
 (0)