-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Conversation
: <FormattedMessage | ||
id='ui.txHash.confirmations' | ||
defaultMessage='{count} confirmations' | ||
values={ { count } } /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't there something for formatting variations based on singular/plurals/etc. ? This binary 1 vs. many won't work in some other languages
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess this is a more general problem with our i18n setup.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is native support in react-intl, honestly I cannot quite remember how it works, but will take a look and update accordingly.
One small comment. Looks good otherwise. |
Not critical for 1.5 merge.