Skip to content

Commit

Permalink
fix: replace wrong ISO 639-2 codes: "dut" => "nld"
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldtse committed Apr 24, 2024
1 parent da34942 commit 2fe40a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tc211/termbase/terminology_sheet.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def set_language_code(code)

@language_code = case code
when "dut/nld"
"dut"
"nld"
when "chi"
"zho"
when "ger"
Expand Down

0 comments on commit 2fe40a4

Please sign in to comment.