ngneat/falso

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

Opened this issue ยท 3 comments

Hi, everybody ๐Ÿ‘‹

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

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 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