Skip to content

Commit 6915aa8

Browse files
authored
Merge pull request #956 from IABTechLab/fix/ja-calendar-gregorian
Change Japanese locale calendar format from Japanese era to Gregorian
2 parents f745772 + 862b98d commit 6915aa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// @ts-check
22
// Note: type annotations allow type checking and IDEs autocompletion
3-
import ConfigLocalized from "./docusaurus.config.localized.json";
43
import { themes } from "prism-react-renderer";
4+
import ConfigLocalized from "./docusaurus.config.localized.json";
55

66
const lightCodeTheme = themes.github;
77
const darkCodeTheme = themes.dracula;
@@ -79,7 +79,7 @@ const config = {
7979
label: "日本語",
8080
direction: "ltr",
8181
htmlLang: "ja",
82-
calendar: "japanese",
82+
calendar: "gregory",
8383
},
8484
},
8585
},

0 commit comments

Comments
 (0)