Skip to content

Commit 8df22a5

Browse files
fix(rt) typo in Japanese translation
fix typo in Japanese translation
1 parent 67807c8 commit 8df22a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/defaultTranslations/relative.time.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,8 @@ export const translations: DefaultTranslations = {
257257
day_in_plural: 'あと __count__ 日間',
258258
month_ago: '__count__ ヶ月前',
259259
month_ago_plural: '__count__ ヶ月前',
260-
month_in: 'あと __count__ ヶ月前',
261-
month_in_plural: 'あと __count__ ヶ月前',
260+
month_in: 'あと __count__ ヶ月',
261+
month_in_plural: 'あと __count__ ヶ月',
262262
year_ago: '__count__ 年前',
263263
year_ago_plural: '__count__ 年前',
264264
year_in: 'あと __count__ 年',

0 commit comments

Comments
 (0)