Skip to content

Commit

Permalink
Merge pull request nyaruka#417 from Ilhasoft/wpp-missing-language-codes
Browse files Browse the repository at this point in the history
Language support missing from WhatsApp templates
  • Loading branch information
rowanseymour authored Feb 8, 2022
2 parents 3e4d8e1 + f2dcb84 commit dbe5d13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions handlers/whatsapp/whatsapp.go
Original file line number Diff line number Diff line change
Expand Up @@ -1171,6 +1171,7 @@ var languageMap = map[string]string{
"fil": "fil", // Filipino
"fin": "fi", // Finnish
"fra": "fr", // French
"kat": "ka", // Georgian
"deu": "de", // German
"ell": "el", // Greek
"guj": "gu", // Gujarati
Expand All @@ -1184,6 +1185,7 @@ var languageMap = map[string]string{
"jpn": "ja", // Japanese
"kan": "kn", // Kannada
"kaz": "kk", // Kazakh
"kin": "rw_RW", // Kinyarwanda
"kor": "ko", // Korean
"kir": "ky_KG", // Kyrgyzstan
"lao": "lo", // Lao
Expand Down

0 comments on commit dbe5d13

Please sign in to comment.