-
Notifications
You must be signed in to change notification settings - Fork 63
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
Added Turkish language #158
Conversation
languages.js
Outdated
@@ -12,6 +12,7 @@ var instructionsPtBr = require('./languages/translations/pt-BR.json'); | |||
var instructionsRo = require('./languages/translations/ro.json'); | |||
var instructionsRu = require('./languages/translations/ru.json'); | |||
var instructionsSv = require('./languages/translations/sv.json'); | |||
var instructionsSv = require('./languages/translations/tr.json'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You overwrite Sweden language file with yours. You should take another various name, say instructionsTr
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, now your code looks correct.
But you also forgot to extend test fixtures with UPDATE=1 npm test
and them too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this PR, @malte777! I ran UPDATE=1 npm test
and pushed the results to your branch. Once you take a look at the test fixtures to ensure that the generated strings match your expectations?
@1ec5 Thanks for UPDATE=1 npm test. I looked at the test fixtures, everything is fine. |
Added Turkish language