mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
7 lines
142 B
TypeScript
7 lines
142 B
TypeScript
// @ts-nocheck
|
|
import intl from 'react-intl-universal';
|
|
|
|
export const getLanguages = () => [
|
|
{ name: intl.get('english'), value: 'en' },
|
|
];
|