mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
feat: lang.
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
import { formatMessage } from 'services/intl';
|
||||
|
||||
|
||||
export default [
|
||||
{ name: 'Libya', value: 'libya' },
|
||||
]
|
||||
export default [{ name: formatMessage({ id: 'libya' }), value: 'libya' }];
|
||||
|
||||
Reference in New Issue
Block a user