Skip to content

Commit

Permalink
Add support for malay language (#1138)
Browse files Browse the repository at this point in the history
  • Loading branch information
Takaros999 authored Jan 16, 2025
1 parent 31b8064 commit 292f84f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions web/lib/languages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,10 @@ const supportedLanguages = [
label: "Spanish (Latin America)",
value: "es_419",
},
{
label: "Malay",
value: "ms",
},
];

export const languageMap = {
Expand All @@ -232,6 +236,7 @@ export const languageMap = {
pt: { label: "Portuguese", country_code: "PT" },
es: { label: "Spanish", country_code: "ES" },
es_419: { label: "Spanish (Latin America)", country_code: "AR" },
ms: { label: "Malay", country_code: "MY" },
};

export const formCountriesList = () =>
Expand Down

0 comments on commit 292f84f

Please sign in to comment.