Skip to content

Commit

Permalink
fix: czech language code (closes #6)
Browse files Browse the repository at this point in the history
  • Loading branch information
bounoable authored May 4, 2023
1 parent 7f39d03 commit a3a1742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion language.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package deepl
const (
Bulgarian = Language("BG")
Chinese = Language("ZH")
Czech = Language("CZ")
Czech = Language("CS")
Danish = Language("DA")
Dutch = Language("NL")
EnglishAmerican = Language("EN-US")
Expand Down

0 comments on commit a3a1742

Please sign in to comment.