add error handling for incorrect to/from

This commit is contained in:
2023-07-22 21:11:35 +05:30
parent 9c2eaa6b99
commit 93b70ed559
2 changed files with 109 additions and 1 deletions

View File

@@ -51,6 +51,10 @@ func LangListWatson(listType string) []List {
Id: "nl",
Name: "Dutch",
},
List{
Id: "en",
Name: "English",
},
List{
Id: "et",
Name: "Estonian",