Skip to content

Commit 045af0a

Browse files
authored
Update outdated link to plural rules chart in v4 docs
See previous commit for details.
1 parent 1a58e8b commit 045af0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/v4/localise-govuk-frontend/index.html.md.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The forms for each language will differ depending on its pluralisation. For exam
8484
- some languages will require you to pass additional forms
8585
- languages with no plural form only need the form `other`
8686

87-
You should use a professional translation service to make sure your translation is accurate and that you're using the correct pluralisation form. You can also check [the Unicode Common Locale Data Repository documentation for guidance on which of these forms your locale requires and what `few` and `many` might represent for it](https://unicode-org.github.io/cldr-staging/charts/latest/supplemental/language_plural_rules.html).
87+
You should use a professional translation service to make sure your translation is accurate and that you're using the correct pluralisation form. You can also check [the Unicode Common Locale Data Repository documentation for guidance on which of these forms your locale requires and what `few` and `many` might represent for it](https://www.unicode.org/cldr/charts/latest/supplemental/language_plural_rules.html).
8888

8989
When providing text with plural forms, you'll need to pass an object associating each plural category with the text for that form. If you do not provide the required plural form for the locale, the component will fall back to the "other" form and warn you in the browser's console.
9090

0 commit comments

Comments
 (0)