Chore: Add translated languages to account settings (#826)
* Add available languages in account settings Co-authored-by: Sojan <sojan@pepalo.com>
This commit is contained in:
@@ -1,5 +1,15 @@
|
||||
import en from './en';
|
||||
import { default as ca } from './locale/ca.json';
|
||||
import { default as de } from './locale/de.json';
|
||||
import { default as el } from './locale/el.json';
|
||||
import { default as en } from './locale/en.json';
|
||||
import { default as ml } from './locale/ml.json';
|
||||
import { default as pt } from './locale/pt.json';
|
||||
|
||||
export default {
|
||||
ca,
|
||||
de,
|
||||
el,
|
||||
en,
|
||||
ml,
|
||||
pt,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user