Skip to content

Commit

Permalink
Update Unicode CLDR links (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
0rzech authored Sep 22, 2024
1 parent bfa8e75 commit 645a255
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion slang/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ If namespaces are used, then it has to be specified in the path too.

### ➤ Pluralization

This library uses the concept defined [here](https://unicode-org.github.io/cldr-staging/charts/latest/supplemental/language_plural_rules.html).
This library uses the concept defined [here](https://www.unicode.org/cldr/charts/latest/supplemental/language_plural_rules.html).

Some languages have support out of the box. See [here](https://github.com/slang-i18n/slang/blob/main/slang/lib/api/plural_resolver_map.dart).

Expand Down
2 changes: 1 addition & 1 deletion slang/lib/api/singleton.dart
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ extension LocaleSettingsExt<E extends BaseAppLocale<E, T>,
}

/// Sets plural resolvers.
/// See https://unicode-org.github.io/cldr-staging/charts/latest/supplemental/language_plural_rules.html
/// See https://www.unicode.org/cldr/charts/latest/supplemental/language_plural_rules.html
/// See https://github.com/slang-i18n/slang/blob/main/slang/lib/api/plural_resolver_map.dart
/// Either specify [language], or [locale]. [locale] has precedence.
void setPluralResolver({
Expand Down

0 comments on commit 645a255

Please sign in to comment.