mondeja / leptos-fluent

Internationalization framework for Leptos using Fluent
https://mondeja.github.io/leptos-fluent/
MIT License
38 stars 10 forks source link

Add option to skip providing the context #252

Closed mondeja closed 3 weeks ago

mondeja commented 1 month ago

Something like provide_context: false. This is useful in situations when we want to create two contexts and want to provide them at specific moments.

mondeja commented 3 weeks ago

This option is not possible to implement in v0.2 without doing really strange things. So closing for now...