ficusjs / ficusjs-i18n

Functions for managing translations and localization in FicusJS components
MIT License
1 stars 1 forks source link

First draft version #67

Open mesr opened 1 year ago

mesr commented 1 year ago

This turned out to be a bit more involving than I first thought. It was easy to come up with a working proof of concept, but the challenge was in balancing simplicity with functionality while staying true to the original code.

For keeping things simple, I left out of this draft PR the TS types and most tests. However, before I spend more time packaging a more complete version, I would appreciate your feedback on the direction it's taking. Thanks in advance!

This PR implements proposal #59.