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

#38 letter sounds are chosen from TR settings #50

Merged
merged 1 commit into from
May 29, 2017

Conversation

yorugac
Copy link

@yorugac yorugac commented May 29, 2017

No description provided.

@yorugac yorugac requested a review from jo-elimu May 29, 2017 14:15
@@ -43,6 +43,13 @@ Actor {
return chosenLetter;
}

function langDir() {
var l = TR.getCurrentLanguage();
Copy link
Member

Choose a reason for hiding this comment

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

@yorugac Don't use one-letter variable names. It's hard to understand. Can you change to for example language?

Copy link
Author

Choose a reason for hiding this comment

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

Well, yes, but you already merged it? I can change it when I add new images to Orb.qml.

@@ -43,6 +43,13 @@ Actor {
return chosenLetter;
}

function langDir() {
var l = TR.getCurrentLanguage();
if(l === "English") return "en";
Copy link
Member

Choose a reason for hiding this comment

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

@yorugac Is it normal C++ syntax to put everything on one line instead of two?

@jo-elimu jo-elimu merged commit 90e3d4b into elimu-ai:master May 29, 2017
@yorugac yorugac deleted the lang_sounds branch May 29, 2017 15:43
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.

2 participants