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

fix: replace wrong ISO 639-2 codes: "ger" => "deu", "chi" => "zho" #36

Merged
merged 2 commits into from
Apr 24, 2024

Conversation

ronaldtse
Copy link
Member

Fixes #35.

@@ -30,6 +30,11 @@ def set_language_code(code)
@language_code = case code
when "dut/nld"
"dut"
when "chi"
"zho"
when "ger"
Copy link

Choose a reason for hiding this comment

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

Indent when as deep as case.

@@ -30,6 +30,11 @@ def set_language_code(code)
@language_code = case code
when "dut/nld"
"dut"
when "chi"
Copy link

Choose a reason for hiding this comment

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

Indent when as deep as case.

@ronaldtse ronaldtse merged commit 2fe40a4 into main Apr 24, 2024
14 of 15 checks passed
@ronaldtse
Copy link
Member Author

The Windows / Ruby 3.3 gems never finish installing. Merging now.

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.

Replace wrong ISO 639-2 codes: "ger" => "deu", "chi" => "zho"
1 participant