Schedule of the new features (PRs and locale basic structure)?
Hi, everybody :wave:
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
You need to create a file for each. See this for example.
IMO we can create the ts files automatically on build time
IMO we can create the
tsfiles automatically on build time
I'll make some ts for each randomizer first, then I'll see how to create the files automatically on build time