Translate messages

This commit is contained in:
Deluan
2020-05-25 15:24:26 -04:00
committed by Deluan Quintão
parent 6db63e4dfc
commit a42a16696e
3 changed files with 6 additions and 3 deletions
+3 -1
View File
@@ -51,7 +51,9 @@ const SelectPlaylistInput = ({ onChange }) => {
if (params.inputValue !== '') {
filtered.push({
inputValue: params.inputValue,
name: `Add "${params.inputValue}"`,
name: translate('resources.playlist.actions.addNewPlaylist', {
name: params.inputValue,
}),
})
}