ampache_react/app/locales/messagesDescriptors/Songs.js
Phyks (Lucas Verney) d8a7d4f66a Rework webplayer
Full rework of webplayer. Webplayer is back to its previous working
state, and ready for further improvements.
2016-08-10 23:50:23 +02:00

20 lines
411 B
JavaScript

const messages = [
{
"id": "app.songs.title",
"description": "Title (song)",
"defaultMessage": "Title",
},
{
"id": "app.songs.genre",
"description": "Genre (song)",
"defaultMessage": "Genre",
},
{
"id": "app.songs.length",
"description": "Length (song)",
"defaultMessage": "Length",
},
];
export default messages;