Skip to content

Commit

Permalink
Add Thai Baht currency
Browse files Browse the repository at this point in the history
  • Loading branch information
nop33 committed Dec 23, 2024
1 parent f080df4 commit 7769dc1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions packages/shared/src/currencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,10 @@ export const CURRENCIES: Record<Currency, CurrencyData> = {
name: 'Australian Dollar',
ticker: 'AUD',
symbol: 'A$'
},
THB: {
name: 'Thai Baht',
ticker: 'THB',
symbol: '฿'
}
}
2 changes: 1 addition & 1 deletion packages/shared/src/types/currencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ You should have received a copy of the GNU Lesser General Public License
along with the library. If not, see <http://www.gnu.org/licenses/>.
*/

export type Currency = 'CHF' | 'IDR' | 'GBP' | 'EUR' | 'USD' | 'VND' | 'RUB' | 'TRY' | 'CAD' | 'AUD'
export type Currency = 'CHF' | 'IDR' | 'GBP' | 'EUR' | 'USD' | 'VND' | 'RUB' | 'TRY' | 'CAD' | 'AUD' | 'THB'

0 comments on commit 7769dc1

Please sign in to comment.