Rudimentary i18n strings
This commit is contained in:
parent
cbd92e2d52
commit
42e69b9968
2 changed files with 18 additions and 2 deletions
|
|
@ -1,4 +1,12 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://inlang.com/schema/inlang-message-format",
|
"$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"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,12 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://inlang.com/schema/inlang-message-format",
|
"$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": "メニュー"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue