Skip to content

Commit 000b4de

Browse files
committed
fix(i18n): revert single line of accidental removal
1 parent 9a22492 commit 000b4de

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

i18n/locales/ja-JP.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,8 @@
355355
"facet": "指標",
356356
"title": "トレンド",
357357
"items": {
358-
"downloads": "ダウンロード数"
358+
"downloads": "ダウンロード数",
359+
"likes": "いいね数"
359360
}
360361
},
361362
"downloads": {

lunaria/files/ja-JP.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,8 @@
354354
"facet": "指標",
355355
"title": "トレンド",
356356
"items": {
357-
"downloads": "ダウンロード数"
357+
"downloads": "ダウンロード数",
358+
"likes": "いいね数"
358359
}
359360
},
360361
"downloads": {

0 commit comments

Comments
 (0)