Skip to content

Commit

Permalink
maturity i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
blleng committed Feb 29, 2024
1 parent f0dd8ae commit bc1c7c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions quartz/i18n/locales/en-US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ export default {
},
maturityContent: {
itemsUnderTag: ({ count }) =>
count === 1 ? "1 page under this maturity." : `${count} pages under this maturity.`,
showingFirst: ({ count }) => `Showing recent ${count} pages.`,
totalTags: ({ count }) => `${count} total types of maturity in all.`,
count === 1 ? "1 note under this maturity." : `${count} notes under this maturity.`,
showingFirst: ({ count }) => `Showing recent ${count} notes.`,
totalTags: ({ count }) => `Garden has ${count} types of maturity in all.`,
},
},
} as const satisfies Translation

0 comments on commit bc1c7c8

Please sign in to comment.