From 71285184336d9db05cb57f8d822476ced517d24c Mon Sep 17 00:00:00 2001 From: yudete Date: Mon, 8 Mar 2021 13:44:14 +0900 Subject: [PATCH] Update locale ids --- i18n.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i18n.json b/i18n.json index c60ae2f..e825306 100644 --- a/i18n.json +++ b/i18n.json @@ -1,6 +1,6 @@ { - "locales": ["en-US", "ja-JP"], - "defaultLocale": "ja-JP", + "locales": ["en", "ja"], + "defaultLocale": "ja", "pages": { "/": ["index", "common"], "/profile": ["profile", "common"],