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 was archived by the owner on Apr 12, 2024. It is now read-only.
<span>
<!--i18n: Gender fun-->
{{model.gender, select,
male {He gave me a cactus}
female {She gave me a cactus}
other {They gave me a cactus}
}}
<!--/i18n-->
</span>
And I am getting an error that says 'other is a required option' with stacktrace:
at http://localhost:1080/static/lib/angular/angular.min.js:6:434
at new MessageSelectorBase (http://localhost:1080/static/lib/angular/angular-messageFormat.js:102:11)
at MessageSelectorBase.SelectMessage (http://localhost:1080/static/lib/angular/angular-messageFormat.js:165:23)
at MessageFormatParser.ruleSelectKeyword (http://localhost:1080/static/lib/angular/angular-messageFormat.js:577:21)
at MessageFormatParser.run (http://localhost:1080/static/lib/angular/angular-messageFormat.js:451:12)
at interpolate (http://localhost:1080/static/lib/angular/angular-messageFormat.js:891:14)
I tried copy-pasting the example from the docs for the messageformat pr and got the same result.