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
Since I upgraded to Meteor 3 and universe:[email protected], runWithLocale() does not work as expected (it worked fine on Meteor 2 with universe:[email protected]).
It neither picks the right text for the locale nor does it apply any parameters to the text, e.g. {$username}. It just returns the plain string for the default language, including the placeholders for any parameters.
Since I upgraded to Meteor 3 and
universe:[email protected]
,runWithLocale()
does not work as expected (it worked fine on Meteor 2 withuniverse:[email protected]
).It neither picks the right text for the locale nor does it apply any parameters to the text, e.g.
{$username}
. It just returns the plain string for the default language, including the placeholders for any parameters.Here's how I call it:
The text was updated successfully, but these errors were encountered: