Skip to content

Commit

Permalink
fix(rt): wrong nesting for zh-TW
Browse files Browse the repository at this point in the history
  • Loading branch information
zewa666 committed Sep 8, 2020
1 parent 062bcac commit 3bd0792
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions src/defaultTranslations/relative.time.ts
Original file line number Diff line number Diff line change
Expand Up @@ -554,34 +554,34 @@ export const translations: DefaultTranslations = {
year_in: '__count__ 年後',
year_in_plural: '__count__ 年後'
},
'zh-TW': {
translation: {
now: '剛才',
second_ago: '__count__ 秒鐘前',
second_ago_plural: '__count__ 秒鐘前',
second_in: '__count__ 秒內',
second_in_plural: '__count__ 秒內',
minute_ago: '__count__ 分鐘前',
minute_ago_plural: '__count__ 分鐘前',
minute_in: '__count__ 分鐘內',
minute_in_plural: '__count__ 分鐘內',
hour_ago: '__count__ 小時前',
hour_ago_plural: '__count__ 小時前',
hour_in: '__count__ 小時內',
hour_in_plural: '__count__ 小時內',
day_ago: '__count__ 天前',
day_ago_plural: '__count__ 天前',
day_in: '__count__ 天內',
day_in_plural: '__count__ 天內',
month_ago: '__count__ 月前',
month_ago_plural: '__count__ 月前',
month_in: '__count__ 月內',
month_in_plural: '__count__ 月內',
year_ago: '__count__ 年前',
year_ago_plural: '__count__ 年前',
year_in: '__count__ 年內',
year_in_plural: '__count__ 年內'
}
},
'zh-TW': {
translation: {
now: '剛才',
second_ago: '__count__ 秒鐘前',
second_ago_plural: '__count__ 秒鐘前',
second_in: '__count__ 秒內',
second_in_plural: '__count__ 秒內',
minute_ago: '__count__ 分鐘前',
minute_ago_plural: '__count__ 分鐘前',
minute_in: '__count__ 分鐘內',
minute_in_plural: '__count__ 分鐘內',
hour_ago: '__count__ 小時前',
hour_ago_plural: '__count__ 小時前',
hour_in: '__count__ 小時內',
hour_in_plural: '__count__ 小時內',
day_ago: '__count__ 天前',
day_ago_plural: '__count__ 天前',
day_in: '__count__ 天內',
day_in_plural: '__count__ 天內',
month_ago: '__count__ 月前',
month_ago_plural: '__count__ 月前',
month_in: '__count__ 月內',
month_in_plural: '__count__ 月內',
year_ago: '__count__ 年前',
year_ago_plural: '__count__ 年前',
year_in: '__count__ 年內',
year_in_plural: '__count__ 年內'
}
}
};
Expand Down

0 comments on commit 3bd0792

Please sign in to comment.