Skip to content

Commit

Permalink
feat: Add French language support
Browse files Browse the repository at this point in the history
  • Loading branch information
appujet committed Jul 16, 2024
1 parent bd3e1a1 commit 3194c21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export enum Language {
Hindi = "Hindi",
Polish = "Polish",
Korean = "Korean",
French = "French",
}
export const LocaleFlags = {
// [Locale.Indonesian]: "🇮🇩",
Expand All @@ -25,7 +26,7 @@ export const LocaleFlags = {
// [Locale.Danish]: "🇩🇰",
// [Locale.Dutch]: "🇳🇱",
// [Locale.Finnish]: "🇫🇮",
// [Locale.French]: "🇫🇷",
[Locale.French]: "🇫🇷",
// [Locale.German]: "🇩🇪",
// [Locale.Greek]: "🇬🇷",
[Locale.Hindi]: "🇮🇳",
Expand Down

0 comments on commit 3194c21

Please sign in to comment.