falso icon indicating copy to clipboard operation
falso copied to clipboard

Schedule of the new features (PRs and locale basic structure)?

Open kabrunko-dev opened this issue 2 years ago • 3 comments

Hi, everybody :wave:

I would like to know about two things:

  1. Release schedule with the new changes from the PRs
  2. 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?

exemplo

Best regards

kabrunko-dev avatar Dec 22 '23 13:12 kabrunko-dev

You need to create a file for each. See this for example.

NetanelBasal avatar Dec 23 '23 16:12 NetanelBasal

IMO we can create the ts files automatically on build time

NetanelBasal avatar Dec 23 '23 16:12 NetanelBasal

IMO we can create the ts files 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

kabrunko-dev avatar Dec 26 '23 11:12 kabrunko-dev