Files
bigcapital/client/src/common/languagesOptions.js
2020-12-02 17:21:54 +02:00

6 lines
92 B
JavaScript

export default [
{ name: 'English', value: 'EN' },
{ name: 'Arabic', value: 'AR' },
];