i18n icon indicating copy to clipboard operation
i18n copied to clipboard

Fluent dependencies are bundled on Node instead of being added to dependencies

Open Loskir opened this issue 3 years ago • 2 comments

image

Loskir avatar Oct 20 '22 10:10 Loskir

Did you mean, we're transforming better_fluent to node instead of using moebius/fluent as the node dependency? If that's the case, it is because the @moebius/fluent package has no synchronous method for adding translations, which i18n uses internally (we had a discussion about it, iirc). better_fluent has sync methods.

dcdunkan avatar Oct 28 '22 15:10 dcdunkan

We can release better_fluent on npm My main concern is that if I need to import something from better_fluent I have to import it from some internal thing in i18n. Re-exporting better_fluent more cleanly would also work

Loskir avatar Oct 28 '22 16:10 Loskir