Skip to content

Commit c7b04bd

Browse files
authored
Update ja_JP.ts (#792)
修正ok文本日文国际化翻译错误的问题
1 parent 06d6266 commit c7b04bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/locale/ja_JP.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const locale: Locale = {
55
today: '今日',
66
now: '現在時刻',
77
backToToday: '今日に戻る',
8-
ok: '決定',
8+
ok: '確定',
99
timeSelect: '時間を選択',
1010
dateSelect: '日時を選択',
1111
weekSelect: '週を選択',

0 commit comments

Comments
 (0)