Closed samuelstroschein closed 2 months ago
It seems like paraglide provided an icu1 plugin to test variants. the inlang message format does not contain information for variant support yet. i will add variant support to the inlang message format, then release paraglide js
Context
The inlang message format needs variant support to prerelease paraglide js. Loris implemented something. I need to verify that everything works as expected.
Observations
bundles: NewBundle, messages: NewMessage, variants: NewVariant
might be easier than importing nested bundles nested to avoid duplicate mapping code in every plugindb
? complexity stems from transforming the entities as the plugins needs it likegroupBy
orselectNested
. that comes out of the box with kyselytoBeImportedFiles
removing it would remove all fs related things from plugins 🥳undefined
is desirable