We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fink and paraglide started using functions like plural. The signature between both implementations needs to be identical.
plural
Introduce a function registry with v2 to avoid chaos.
private _getPluralCategories = (): string[] | undefined => { return this.message?.locale ? [...new Intl.PluralRules(this.message.locale).resolvedOptions().pluralCategories, "*"] : undefined }
The text was updated successfully, but these errors were encountered:
moved from sdk v2 to dedicated project because
Sorry, something went wrong.
samuelstroschein
No branches or pull requests
Context
Fink and paraglide started using functions like
plural
. The signature between both implementations needs to be identical.Proposal
Introduce a function registry with v2 to avoid chaos.
The text was updated successfully, but these errors were encountered: