Skip to content

Commit

Permalink
fix: replace wrong ISO 639-2 codes: "ger" => "deu", "chi" => "zho", f…
Browse files Browse the repository at this point in the history
…ixes #35
  • Loading branch information
ronaldtse committed Apr 24, 2024
1 parent d1b9753 commit da34942
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/tc211/termbase/terminology_sheet.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ def set_language_code(code)
@language_code = case code
when "dut/nld"
"dut"
when "chi"
"zho"
when "ger"
"deu"
# below for backwards compatibility
when "工作语言代码"
"chn"
when "pl"
Expand Down

0 comments on commit da34942

Please sign in to comment.