From 42e69b9968c4fd77a9462981d78bfa8b90163a50 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Thu, 11 Sep 2025 03:54:16 -0700 Subject: [PATCH] Rudimentary i18n strings --- messages/en.json | 10 +++++++++- messages/ja.json | 10 +++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/messages/en.json b/messages/en.json index 37a98944..944356eb 100644 --- a/messages/en.json +++ b/messages/en.json @@ -1,4 +1,12 @@ { "$schema": "https://inlang.com/schema/inlang-message-format", - "hello_world": "Hello, {name} from en!" + "hello_world": "Hello, {name} from en!", + + "nav_gallery": "Gallery", + "nav_collection": "Collection", + "nav_login": "Log in", + "nav_settings": "Settings", + "nav_logout": "Log out", + "nav_account_aria": "Your account", + "nav_menu_button": "Menu" } diff --git a/messages/ja.json b/messages/ja.json index 6a8a1ee5..cc91d426 100644 --- a/messages/ja.json +++ b/messages/ja.json @@ -1,4 +1,12 @@ { "$schema": "https://inlang.com/schema/inlang-message-format", - "hello_world": "Hello, {name} from ja!" + "hello_world": "Hello, {name} from ja!", + + "nav_gallery": "ギャラリー", + "nav_collection": "コレクション", + "nav_login": "ログイン", + "nav_settings": "設定", + "nav_logout": "ログアウト", + "nav_account_aria": "アカウント", + "nav_menu_button": "メニュー" }