mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
feat: application preferences.
This commit is contained in:
6
client/src/common/languagesOptions.js
Normal file
6
client/src/common/languagesOptions.js
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
|
||||
export default [
|
||||
{ name: 'English', value: 'EN' },
|
||||
{ name: 'Arabic', value: 'AR' },
|
||||
];
|
||||
Reference in New Issue
Block a user