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
Atm, there when we have shared global values (such as in the country selector in the footer) we have to duplicate those values for each set of translations.
It would be better if we could update the i18n handlebars helper to allow us to specify a default set such that:
And then if the value for a culture hasn't been set for this reference, it tries to access the default value before failing if no value has been set for either.
Atm, there when we have shared global values (such as in the country selector in the footer) we have to duplicate those values for each set of translations.
It would be better if we could update the i18n handlebars helper to allow us to specify a default set such that:
And then if the value for a culture hasn't been set for this reference, it tries to access the default value before failing if no value has been set for either.
//cc @DamianMullins
The text was updated successfully, but these errors were encountered: