Skip to content

Commit 89f7309

Browse files
authored
fix(ja): use long date style for ja to avoid “/” in blog dates (#2878)
1 parent cc6fffe commit 89f7309

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/content/i18n/ja.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"title.docs": "ドキュメント",
33
"title.enterprise": "エンタープライズ",
4-
"title.playground": "プレイグラウンド"
4+
"title.playground": "プレイグラウンド",
5+
"starlightBlog.post.date": "{{date, datetime(dateStyle: long)}}"
56
}

0 commit comments

Comments
 (0)