CUPUM / nplex

Plateforme de valorisation de petits projets d'architecture et d'aménagement à Montréal.
https://www.nplex.design
4 stars 0 forks source link

Task: Deprecate language keying across app #280

Closed iolyd closed 3 months ago

iolyd commented 3 months ago

Task description

In svelte 4, we had to rely on keying strategies to force reactivity for translated messages inside the ui. We implemented a quick helper components <LangKey> for markup, along with a store $langKey for in-code reactivity. These are now obsolete and should be removed to reduce bug surface and simplify markup.

List of actions

No response