Added Malayalam (ml) and Serbian (sr) language
This commit is contained in:
parent
aeb0d7acd1
commit
d8a267cf67
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,9 @@ const SUPPORTED_LANGUAGES = {
|
||||||
fr: LANGUAGES.fr[1],
|
fr: LANGUAGES.fr[1],
|
||||||
sk: LANGUAGES.sk[1],
|
sk: LANGUAGES.sk[1],
|
||||||
tr: LANGUAGES.tr[1],
|
tr: LANGUAGES.tr[1],
|
||||||
zh: LANGUAGES.zh[1]
|
zh: LANGUAGES.zh[1],
|
||||||
|
ml: LANGUAGES.ml[1],
|
||||||
|
sr: LANGUAGES.sr[1]
|
||||||
};
|
};
|
||||||
|
|
||||||
export default SUPPORTED_LANGUAGES;
|
export default SUPPORTED_LANGUAGES;
|
||||||
|
|
Loading…
Add table
Reference in a new issue