Skip to content
New issue

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

Hot fix 1 4 0 #563

Open
wants to merge 43 commits into
base: develop
Choose a base branch
from
Open

Hot fix 1 4 0 #563

wants to merge 43 commits into from

Conversation

hunght
Copy link
Contributor

@hunght hunght commented Mar 14, 2019

fixed
1/ language
2/ seed phrase screen

if (err) {
return console.log('something went wrong loading', err);
}
t('hi'); // -> same as i18next.t
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hunght in case anyone was affected by this bug, they will already have their language setting stuck on 'hi' and they will still be unable to switch back to 'en'. Can you simply change this to the way it was before but instead of 'hi' use 'en'. That way, anyone who was affected will get the 'en' back. When we actually have support for the other languages we can remove that code.

@marknuzz
Copy link
Contributor

Looks good, any way we can get tests to pass?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants