feat: lang.

This commit is contained in:
elforjani3
2021-06-09 14:31:33 +02:00
parent 9c02ec9c68
commit efdae463a1
20 changed files with 95 additions and 64 deletions

View File

@@ -1,5 +1,3 @@
import { formatMessage } from 'services/intl';
export default [
{ name: 'Libya', value: 'libya' },
]
export default [{ name: formatMessage({ id: 'libya' }), value: 'libya' }];