Skip to content

Commit

Permalink
fix: wrong word when DOM and DOW both present (#272) (#314)
Browse files Browse the repository at this point in the history
* fix: wrong word when DOM and DOW both present (#272)

* revert: rollback en in locale
  • Loading branch information
mytharcher authored Feb 5, 2024
1 parent b08d1d5 commit c0244f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/i18n/locales/zh_CN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export class zh_CN implements Locale {
return ", 仅%s";
}
commaAndOnX0() {
return ", 并且为%s";
return ", 或者为%s";
}
commaEveryX0Months() {
return ", 每隔 %s 个月";
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/locales/zh_TW.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export class zh_TW implements Locale {
return ", 僅在 %s";
}
commaAndOnX0() {
return ", %s";
return ", %s";
}
commaEveryX0Months() {
return ", 每 %s 月";
Expand Down

0 comments on commit c0244f4

Please sign in to comment.