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

Dance page: Add links for translated versions of lesson plan and unplugged activity #26193

Merged
merged 6 commits into from Nov 27, 2018
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -2,7 +2,7 @@

:ruby
locale = I18n.locale.to_s.downcase
translated_languages = ["es-mx", "es-es", "fr-fr", "ko-ko", "tr-tr", "zh-tw"]
translated_languages = ["es-mx", "es-es", "ko-kr", "fr-fr", "tr-tr", "zh-tw"]
Copy link
Contributor

Choose a reason for hiding this comment

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

Why isn't this alphabetical?

lesson_link = translated_languages.include?(locale) ?
"https://curriculum.code.org/#{locale}/hoc/plugged/8" :
"https://curriculum.code.org/hoc/plugged/8"
Expand Down