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

Check if game is english #128

Open
4 tasks
drpaneas opened this issue Nov 1, 2020 · 0 comments
Open
4 tasks

Check if game is english #128

drpaneas opened this issue Nov 1, 2020 · 0 comments
Labels

Comments

@drpaneas
Copy link
Collaborator

drpaneas commented Nov 1, 2020

Write a function checking if the game is in english language. There are various way to do that since there are lot's of keywords (e.g. US, USA, English, Europe, World --> they all mean this rom is in English language).

Example:
if isEnglish(rom) {
  //do something
}

Acceptance Criteria

Extra Help:

@drpaneas drpaneas added this to the Basic Utilities milestone Nov 1, 2020
@drpaneas drpaneas added the 2 label Nov 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant