Skip to content

Commit

Permalink
Merge pull request #141 from Ilhasoft/fix/language-list
Browse files Browse the repository at this point in the history
Fix word 'menu' in Arabic for list messages
  • Loading branch information
Robi9 authored Jan 23, 2023
2 parents 4eeccf9 + 3175740 commit 878afe2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion handlers/facebookapp/facebookapp.go
Original file line number Diff line number Diff line change
Expand Up @@ -1896,5 +1896,5 @@ var languageMenuMap = map[string]string{
"zh-CN": "菜单",
"zh-HK": "菜單",
"zh-TW": "菜單",
"ar-JO": "قائمة الطعام",
"ar-JO": "قائمة",
}
2 changes: 1 addition & 1 deletion handlers/whatsapp/whatsapp.go
Original file line number Diff line number Diff line change
Expand Up @@ -1323,5 +1323,5 @@ var languageMenuMap = map[string]string{
"zh-CN": "菜单",
"zh-HK": "菜單",
"zh-TW": "菜單",
"ar-JO": "قائمة الطعام",
"ar-JO": "قائمة",
}

0 comments on commit 878afe2

Please sign in to comment.