Long Doan

Results 3 issues of Long Doan

Close #501. - [x] Update singular translation API `i18n.__` - [x] Update plural translation API `i18n.__n`

Hi, the current API `i18n.__` is returning `undefined` value if the provided locale is `undefined` or `null` even when the configuration has `retryInDefaultLocale = true`. # Steps to reproduce ```javascript...

Hi @artf, Currently, I have to add some small components dynamically after user changes trait (eg: rewind, infinity, ...). My solution was add those by using onRender() method in Slider...