diff --git a/examples/type-safe/global-type-definition/src/locales/ja-JP.json b/examples/type-safe/global-type-definition/src/locales/ja-JP.json index ccdb82f7c..bc90e6aa4 100644 --- a/examples/type-safe/global-type-definition/src/locales/ja-JP.json +++ b/examples/type-safe/global-type-definition/src/locales/ja-JP.json @@ -1,7 +1,7 @@ { - "hello": "hello world!", + "hello": "こんにちは、世界!", "menu": { - "login": "login" + "login": "ログイン" }, - "errors": ["Error!"] + "errors": ["エラー!"] }