Skip to content

Commit

Permalink
fix: lang constant to match with flag file name
Browse files Browse the repository at this point in the history
  • Loading branch information
zaaakher authored Feb 9, 2025
1 parent 8cf1e55 commit 5eacbc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constants/language.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ interface Language {
}

export const language: Language[] = [
{ value: "ar", label: "العربية", code: "AR" },
{ value: "ar", label: "العربية", code: "SA" },
{ value: "cs", label: "Čeština", code: "CZ" },
{ value: "da", label: "Dansk", code: "DK" },
{ value: "de", label: "Deutsch", code: "DE" },
Expand Down

0 comments on commit 5eacbc5

Please sign in to comment.