Skip to content

Commit cf48b9e

Browse files
committed
fix(i18n): fill missing keys
1 parent 9867a47 commit cf48b9e

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

i18n/locales/ja-JP.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,8 @@
221221
"important": "重要",
222222
"warning": "警告",
223223
"caution": "注意"
224-
}
224+
},
225+
"copy_as_markdown": "EN TEXT TO REPLACE: Copy README as Markdown"
225226
},
226227
"provenance_section": {
227228
"title": "Provenance",
@@ -930,6 +931,10 @@
930931
"label": "ダウンロード数/週",
931932
"description": "1週間のダウンロード数"
932933
},
934+
"totalLikes": {
935+
"label": "EN TEXT TO REPLACE: Likes",
936+
"description": "EN TEXT TO REPLACE: Number of likes"
937+
},
933938
"lastUpdated": {
934939
"label": "公開日",
935940
"description": "このバージョンが公開された日付"

lunaria/files/ja-JP.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,8 @@
221221
"important": "重要",
222222
"warning": "警告",
223223
"caution": "注意"
224-
}
224+
},
225+
"copy_as_markdown": "EN TEXT TO REPLACE: Copy README as Markdown"
225226
},
226227
"provenance_section": {
227228
"title": "Provenance",
@@ -930,6 +931,10 @@
930931
"label": "ダウンロード数/週",
931932
"description": "1週間のダウンロード数"
932933
},
934+
"totalLikes": {
935+
"label": "EN TEXT TO REPLACE: Likes",
936+
"description": "EN TEXT TO REPLACE: Number of likes"
937+
},
933938
"lastUpdated": {
934939
"label": "公開日",
935940
"description": "このバージョンが公開された日付"

0 commit comments

Comments
 (0)