Skip to content

Commit

Permalink
Added Korean
Browse files Browse the repository at this point in the history
  • Loading branch information
hackenbacker committed Feb 21, 2023
1 parent 5638b2d commit 039c5c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Sources/DeepLAPI/SourceLang.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ public enum SourceLang: String, CaseIterable {
case PT
/// Italian イタリア語
case IT
/// Korean 韓国語
case KO
/// Turkish トルコ語
case TR
/// Dutch オランダ語
Expand Down Expand Up @@ -88,6 +90,7 @@ extension SourceLang: CustomStringConvertible {
case .ID: return "Indonesian"
case .IT: return "Italian"
case .JA: return "Japanese"
case .KO: return "Korean"
case .LT: return "Lithuanian"
case .LV: return "Latvian"
case .NL: return "Dutch"
Expand Down
3 changes: 3 additions & 0 deletions Sources/DeepLAPI/TargetLang.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ public enum TargetLang: String, CaseIterable {
case PT_PT = "PT-PT"
/// Italian イタリア語
case IT
/// Korean 韓国語
case KO
/// Turkish トルコ語
case TR
/// Dutch オランダ語
Expand Down Expand Up @@ -90,6 +92,7 @@ extension TargetLang: CustomStringConvertible {
case .ID: return "Indonesian"
case .IT: return "Italian"
case .JA: return "Japanese"
case .KO: return "Korean"
case .LT: return "Lithuanian"
case .LV: return "Latvian"
case .NL: return "Dutch"
Expand Down

0 comments on commit 039c5c5

Please sign in to comment.