nWeeksInSentence abstract method

String nWeeksInSentence(
  1. num count
)

Label for the number of weeks

In en, this message translates to: '{count, plural, =1{an one week} other{a {count} weeks}}'

Implementation

String nWeeksInSentence(num count);