You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Translations are not tied to a bundle, but to a translation domain. So overriding translation is done by putting translations in the same domain (with the same key) in translations/.
This needs to be documented explicitly, as even some core team members were thinking that it was more complex than that.