Commit Graph

3 Commits

Author SHA1 Message Date
Jesse Vincent
871f7d47ca Don't precompile cldr generated data if it has already been generated 2022-06-29 21:16:05 -07:00
Jesse Vincent
237a32ff25 Build out localized locale names for eventual use in the renderer 2022-06-24 09:13:28 +02:00
Gergely Nagy
32132bf351 Pregenerate the CLDR data, rather than loading it from the renderer
We still import cldr from the renderer process, for
`cldr.extractLanguageDisplayNames`, but that hopefully doesn't expect to be in a
node environment.

If it does, we'll have to push it (along with the cldr data) to the main process.

Fixes #924.

Signed-off-by: Gergely Nagy <algernon@keyboard.io>
2022-06-23 18:16:18 +02:00