diff --git a/i18n.json b/i18n.json index cef77d0..5b6fd82 100644 --- a/i18n.json +++ b/i18n.json @@ -2,9 +2,11 @@ "locales": ["en", "ja"], "defaultLocale": "ja", "pages": { + "*": ["common"], "/": ["index", "common"], "/profile": ["profile", "common"], "/status": ["status", "common"], - "/house": ["house", "common"] + "/house": ["house", "common"], + "/tos": ["tos", "common"] } } \ No newline at end of file