globalizejs / globalize

A JavaScript library for internationalization and localization that leverages the official Unicode CLDR JSON data
https://globalizejs.com
MIT License
4.8k stars 605 forks source link

Looking for advice (strategy) #829

Closed dlplenin closed 6 years ago

dlplenin commented 6 years ago

We have 3 projects:

We want to avoid duplicated words (Messages => loadMessages) among projects (centralize resources), but also keep the funcionalities like formatRelativeTime, formatCurrency, etc.

So we are thinking in building a new project to handle internationalization and localization for our projects.

Do you think is it possible with “globalize”? Any idea how to proceed?

Any help will be appreciated

rxaviers commented 6 years ago

I think so... Having said that, this is out of scope of globalize issues. Elaborate your needs and file issues if you need a new feature or if something is broken, but be specific. Thanks