Skip to content

Commit cfe8580

Browse files
Modified i18n json files
1 parent 7c44619 commit cfe8580

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

src/app/i18n/en.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@
88
"msg4": "Also, on X (formerly Twitter), I share technical topics and daily life updates.",
99
"msg5": "If you're interested in my activities, please check them out!",
1010
"msg6": "And, I would appreciate it if you could follow me on X (formerly Twitter) and GitHub!"
11+
},
12+
"article": {
13+
"title": "Articles",
14+
"description": {
15+
"msg1": "Here, you can find various articles (or rather blogs) that I have written!",
16+
"msg2": "I write about many topics, so please take a look!"
17+
},
18+
"words": {
19+
"search": "Search"
20+
}
1121
}
1222
}
13-
}
23+
}

src/app/i18n/ja.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,14 @@
1010
"msg6": "そして、X (旧Twitter)およびGitHubのフォローをよろしくおねがいします!"
1111
}
1212
},
13-
"article":{
14-
"title":"Articles"
13+
"article": {
14+
"title": "Articles",
15+
"description": {
16+
"msg1": "ここでは、私が書いた様々な記事(というよりブログ)を見ることができます!",
17+
"msg2": "色々書いているので是非見てください!"
18+
},
19+
"words":{
20+
"search":"検索"
21+
}
1522
}
1623
}

0 commit comments

Comments
 (0)