mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
feat(lang): financial statement.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import { formatMessage } from 'services/intl';
|
||||
|
||||
export default [
|
||||
{ name: 'US Dollar', code: 'USD' },
|
||||
{ name: 'Euro', code: 'EUR' },
|
||||
{ name: 'Libyan Dinar ', code: 'LYD' },
|
||||
]
|
||||
{ name: formatMessage({ id: 'us_dollar' }), code: 'USD' },
|
||||
{ name: formatMessage({ id: 'euro' }), code: 'EUR' },
|
||||
{ name: formatMessage({ id: 'libyan_diner' }), code: 'LYD' },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user