Skip to content

Commit

Permalink
Merge pull request #1 from shoboske/patch-1
Browse files Browse the repository at this point in the history
Add Nigerian Naira to list of currencies
  • Loading branch information
shoboske authored May 12, 2024
2 parents 9899510 + 9c8532a commit 119ed50
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions addon/utils/get-currency.js
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,18 @@ const currencies = [
decimalSeparator: '.',
symbolPlacement: 'before',
},
{
iso2: 'NG',
name: 'Nigeria',
emoji: '🇳🇬',
code: 'NGN',
title: 'Nigerian Naira',
symbol: '₦',
precision: 2,
thousandSeparator: ',',
decimalSeparator: '.',
symbolPlacement: 'before',
},
{
iso2: 'NO',
name: 'Norway',
Expand Down

0 comments on commit 119ed50

Please sign in to comment.