mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
feat(webapp): add all countries to the setup organization page
This commit is contained in:
2269
packages/webapp/src/constants/countries.ts
Normal file
2269
packages/webapp/src/constants/countries.ts
Normal file
File diff suppressed because it is too large
Load Diff
@@ -3,5 +3,4 @@ import intl from 'react-intl-universal';
|
||||
|
||||
export const getLanguages = () => [
|
||||
{ name: intl.get('english'), value: 'en' },
|
||||
{ name: intl.get('arabic'), value: 'ar' },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user