Skip to content

Commit

Permalink
Merge pull request nyaruka#408 from Ilhasoft/fix/gujarati-language-co…
Browse files Browse the repository at this point in the history
…de-wpp

Fix Gujarati language code on WhatsApp templates
  • Loading branch information
rowanseymour authored Jan 21, 2022
2 parents cbfd24d + 3de0651 commit a38d077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/whatsapp/whatsapp.go
Original file line number Diff line number Diff line change
Expand Up @@ -1152,7 +1152,7 @@ var languageMap = map[string]string{
"fra": "fr", // French
"deu": "de", // German
"ell": "el", // Greek
"gul": "gu", // Gujarati
"guj": "gu", // Gujarati
"hau": "ha", // Hausa
"enb": "he", // Hebrew
"hin": "hi", // Hindi
Expand Down

0 comments on commit a38d077

Please sign in to comment.