Skip to content

Commit

Permalink
fix: language mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardocasares authored Feb 11, 2022
1 parent d0c9d48 commit cf5c50e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/lib/utils.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
export const localesMap = {
en: "English",
es: "Español",
fr: "Française",
pl: "Polski",
ru: "Русский",
en: "english",
es: "spanish",
fr: "french",
pl: "polish",
ru: "russian",
};

export function mapValueToRange(
Expand Down

1 comment on commit cf5c50e

@vercel
Copy link

@vercel vercel bot commented on cf5c50e Feb 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

Please sign in to comment.