Skip to content

Commit ed2754f

Browse files
authored
fix: missing Japanese translation (#2243)
* Correct Japanese translation for thread * Add missing Japanese translation for thread
1 parent 0e37670 commit ed2754f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package/src/i18n/ja.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@
5252
"You": "あなた",
5353
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }}と{{ nonSelfUserLength }}人がタイピングしています",
5454
"{{ index }} of {{ photoLength }}": "{{ index }} / {{ photoLength }}",
55-
"{{ replyCount }} Thread Replies": "{{ replyCount }}件のスレード返信",
55+
"{{ replyCount }} Replies": "{{ replyCount }}件の返信",
56+
"{{ replyCount }} Thread Replies": "{{ replyCount }}件のスレッド返信",
5657
"{{ user }} is typing": "{{ user }}はタイピング中",
5758
"1 Reply": "1件の返信",
5859
"Cancel": "キャンセル",

0 commit comments

Comments
 (0)