We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to repro: change language to "suomi"
actual: language is still engrish
expected: languages changes to finnish (suomi)
TypeError: Session.update is not a function from language.js
The text was updated successfully, but these errors were encountered:
meteor/meteor#9918
Sorry, something went wrong.
Session.get('lang'); returns 'en' in apinf.io, but in 0.60.0 returns undefined, so meteor update regression?
root cause: code was using (non existing) session.Update() method. need to change to session.set()
fix to #3774 and initial localisations
7dd0135
Successfully merging a pull request may close this issue.
how to repro:
change language to "suomi"
actual: language is still engrish
expected: languages changes to finnish (suomi)
TypeError: Session.update is not a function from language.js
The text was updated successfully, but these errors were encountered: