Skip to content

Commit a01315a

Browse files
docs: fix route of japanese translation site (#16542)
* fix: rendering route of japenese translation page * fix: japanese language code
1 parent e94a4a9 commit a01315a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/src/_data/languages.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
},
88
{
99
"flag": "🇯🇵",
10-
"code": "jp",
10+
"code": "ja",
1111
"name": "Japanese - 日本語",
12-
"url": "https://jp.eslint.org"
12+
"url": "https://ja.eslint.org"
1313
},
1414
{
1515
"flag": "🇫🇷",

0 commit comments

Comments
 (0)