Skip to content

Commit 95b356b

Browse files
authored
Merge pull request #524 from alphagov/unicode-link
Update outdated link to plural rules chart
2 parents 85c07ea + 045af0a commit 95b356b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

source/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 console.
9090

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)