Add Portuguese translation (incomplete)

This commit is contained in:
Deluan
2020-04-13 19:51:03 -04:00
committed by Deluan Quintão
parent 2dfe01963a
commit 289ba68824
10 changed files with 208 additions and 25 deletions
+2 -1
View File
@@ -21,10 +21,11 @@ const Personal = () => {
return (
<Card className={classes.root}>
<Title title={'Navidrome - ' + translate('menu.personal')} />
<Title title={'Navidrome - ' + translate('menu.personal.name')} />
<SimpleForm toolbar={null}>
<SelectInput
source="theme"
label={translate('menu.personal.options.theme')}
defaultValue={currentTheme}
choices={themeChoices}
onChange={(event) => {