Aaron Cox
Aaron Cox
That looks great! I'll get started on this.
I started researching how to implement it properly today, hopefully I'll have some progress on it soon.
I've got the initial code started, but I need to go through the rest of the wallet and convert everything to FormattedMessages. Does this look like an acceptable format? https://github.com/aaroncox/vessel/blob/b19e6072935f0688da8d5ff758d429f57edb909d/app/locales/en.json...
I'll have to figure out how to do that - the library I'm using right now uses the dot notation to delineate namespaces for adding to the app.
It does support parameterized strings. For reference, it's the [react-intl](https://github.com/yahoo/react-intl) library.
Just ran a test, the parameterized strings come out as such currently: ``` { "welcome": "Hello {name}, you have {unreadCount, number} {unreadCount, plural, one {message} other {messages}}", }
@testzcrypto I've made some progress on learning how to implement it (on chainBB, not Vessel) that I hope to get implemented in Vessel at some point.
@testzcrypto been in an epic battle with just keeping people connected to steemd, no progress to report at this time.
I'll have to look if batching operations like that is possible with what I have setup - but overall this would be a nice feature to have.
No updates yet! Curious - are you looking to just do a few or is there a use case for bulk payments - and a CSV import or something might...