You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.
When running the gallery, a slew of these errors appear
[intl_zu.arb:craneMinutes] ICU Syntax Warning: The plural part specified below is overridden by a later plural part.
{minutes,plural, =1{1m}one{{minutes}m}other{{minutes}m}}`
They're not actionable but we should figure out what they are and how to resolve them.
This happens because Google's internal translations distinguish between =1 case and one case whereas ICU doesn't. I'll make a PR adding the suppress-warnings: true flag to l10n.yaml.
When running the gallery, a slew of these errors appear
They're not actionable but we should figure out what they are and how to resolve them.
cc @HansMuller who knows about this topic?
The text was updated successfully, but these errors were encountered: