Skip to content

Commit

Permalink
Added new language to catchphrase.ts. (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
atousignant authored Oct 28, 2023
1 parent 8bf9498 commit 2431994
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/react-ts/src/catchphrase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ const { createTranslation } = createCatchphrase<Languages>({
return "de";
case "en":
case "en-US":
return "en";
case "fr":
case "fr-FR":
return "fr";
default:
return "en";
}
Expand Down

0 comments on commit 2431994

Please sign in to comment.