Hi, everybody 👋
I would like to know about two things:
- Release schedule with the new changes from the PRs
- There is a date or schedule for release the basic structure for locale (discussion #370)
While not using this basic structure for locale, will I have to create a new file (.js or .ts) for the i18n data to reference as a argument for a randomizer function?
export const data = {
...
}
Or will I need to create a randomizer function for each specific i18n function like the example below?

Best regards