Skip to content

Commit

Permalink
fix(i18n): make validator happy
Browse files Browse the repository at this point in the history
  • Loading branch information
MrOrz committed Jan 11, 2024
1 parent 0f1e0dc commit de5de7a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion components/CooccurrenceSection/CooccurrenceSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function CooccurrenceSection({ currentArticleId, cooccurrences }: Props) {
<SideSection key={entry.key}>
<SideSectionHeader>
{ngettext(
msgid`Messages sent together`,
msgid`Sent together ${entry.count} time`,
`Sent together ${entry.count} times`,
entry.count
)}
Expand Down
12 changes: 6 additions & 6 deletions i18n/zh_TW.po
Original file line number Diff line number Diff line change
Expand Up @@ -2563,16 +2563,16 @@ msgstr "尚無歷史紀錄"
msgid "Loading ${ termFallbackLink }..."
msgstr ""

#: components/CooccurrenceSection/CooccurrenceSection.tsx:96
msgid "Messages sent together"
msgid_plural "Sent together ${ entry.count } times"
msgstr[0] "${ entry.count } 人回報與下列訊息搭配"

#: components/CooccurrenceSection/CooccurrenceSection.tsx:122
#, javascript-format
msgid "Last reported at ${ time }"
msgstr "最後回報於 ${ time }"

#: components/CooccurrenceSection/CooccurrenceSection.tsx:96
#, javascript-format
msgid "Sent together ${ entry.count } time"
msgid_plural "Sent together ${ entry.count } times"
msgstr[0] "${ entry.count } 人回報與下列訊息搭配"

#: pages/index.js:29
msgctxt "site title"
msgid "Cofacts"
Expand Down

0 comments on commit de5de7a

Please sign in to comment.