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:
Pranav Raj S
2020-05-06 13:38:36 +05:30
committed by GitHub
parent d6d15c8c3c
commit c7120e9637
37 changed files with 473 additions and 250 deletions

View File

@@ -1,11 +1,15 @@
import ca from './ca';
import en from './en';
import de from './de';
import ml from './ml';
import ca from './locale/ca';
import de from './locale/de';
import el from './locale/el';
import en from './locale/en';
import ml from './locale/ml';
import pt from './locale/pt';
export default {
ca,
de,
el,
en,
ml,
pt,
};