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

feat: Add some translations #89

Closed
wants to merge 5 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove console.log
  • Loading branch information
amaury1093 committed May 17, 2019
commit f21fd85495c458871a1f448e5d7456309a5d52bf
6 changes: 0 additions & 6 deletions App/Screens/About/Language/Language.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@ export class Language extends Component {
};

render () {
console.log(getLanguageName('en-US'));
console.log(getLanguageName('en-GB'));
console.log(getLanguageName('fr'));
console.log(getLanguageName('fr-BE'));
console.log(getLanguageName('es'));
console.log(getLanguageName('pt-BR'));
// Using this hack to show custom picker style
// https://github.com/facebook/react-native/issues/7817#issuecomment-264851951
return (
Expand Down