Skip to content

Commit

Permalink
fix zh_TW locale (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
a33068843 authored Feb 9, 2023
1 parent 45f2167 commit d9fe712
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/i18n/locales/zh_TW.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export class zh_TW implements Locale {
return null;
}
commaYearX0ThroughYearX1(): string|null {
return ", 从%s年至%s年";
return ", 從 %s 年至 %s 年";
}
use24HourTimeFormatByDefault() {
return false;
Expand All @@ -24,7 +24,7 @@ export class zh_TW implements Locale {
return "每小時";
}
anErrorOccuredWhenGeneratingTheExpressionD() {
return "產生正規表達式描述時發生了錯誤,請檢查 cron 表達式語法。";
return "產生表達式描述時發生了錯誤,請檢查 cron 表達式語法。";
}
atSpace() {
return "在 ";
Expand Down Expand Up @@ -120,7 +120,7 @@ export class zh_TW implements Locale {
return ", 僅在 %s";
}
commaOnlyInMonthX0() {
return ", 僅在%s";
return ", 僅在 %s";
}
commaOnlyInYearX0() {
return ", 僅在 %s 年";
Expand Down

0 comments on commit d9fe712

Please sign in to comment.