Skip to content

Commit

Permalink
Merge pull request #290 from alephium/disable-french
Browse files Browse the repository at this point in the history
Disable French
  • Loading branch information
nop33 authored Jan 17, 2024
2 parents a4de575 + 7577dac commit 599db82
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -247,10 +247,10 @@ const config = {
],
require.resolve("docusaurus-plugin-image-zoom"),
],
i18n: {
defaultLocale: "en",
locales: ["en", "fr"],
},
// i18n: {
// defaultLocale: "en",
// locales: ["en", "fr"],
// },
};

module.exports = config;

0 comments on commit 599db82

Please sign in to comment.