Add Language Selector to Personal settings

This commit is contained in:
Deluan
2020-04-13 21:19:31 -04:00
committed by Deluan Quintão
parent 289ba68824
commit bf6ec67528
3 changed files with 55 additions and 15 deletions
+2 -1
View File
@@ -88,7 +88,8 @@ export default deepmerge.all([
personal: {
name: 'Pessoal',
options: {
theme: 'Tema'
theme: 'Tema',
language: 'Língua'
}
}
},