Translate messages
This commit is contained in:
@@ -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,
|
||||
}),
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -70,7 +70,7 @@
|
||||
},
|
||||
"actions": {
|
||||
"selectPlaylist": "Select a playlist:",
|
||||
"addToPlaylist": "New playlist"
|
||||
"addNewPlaylist": "Create \"%{name}\""
|
||||
}
|
||||
},
|
||||
"user": {
|
||||
|
||||
Reference in New Issue
Block a user