Skip to content

Commit

Permalink
feat: remove irrelevant currencies and locales
Browse files Browse the repository at this point in the history
YAGNI!
  • Loading branch information
mathiazom committed Oct 10, 2024
1 parent 61a57b9 commit 430938e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions studio/utils/currencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,4 @@ export const relevantCurrencies: Currency[] = [
title: "🇩🇰 Danish Krone",
code: "DKK",
},
{
title: "🇮🇸 Icelandic Króna",
code: "ISK",
},
];
4 changes: 0 additions & 4 deletions studio/utils/locales.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ export const relevantLocales: Locale[] = [
title: "🇳🇴 Norway",
code: "nb-NO",
},
// {
// title: "🇳🇴 Norway",
// code: "nn-NO",
// },
{
title: "🇸🇪 Sweden",
code: "sv-SE",
Expand Down

0 comments on commit 430938e

Please sign in to comment.