添加前端支持

This commit is contained in:
2026-03-13 15:03:36 +08:00
parent c2b9c5d4c0
commit 8612b2dbde
12 changed files with 897 additions and 43 deletions

View File

@@ -1,4 +1,12 @@
{
"$schema": "https://inlang.com/schema/inlang-message-format",
"hello_world": "Hello, {name} from en!"
"hello_world": "Hello, {name} from en!",
"albums": "Albums",
"loading": "Loading...",
"no_albums": "No albums yet",
"error": "Error",
"back": "Back",
"photo_count": "{count} photos",
"view_photo": "View Photo",
"load_more": "All loaded"
}