2016-08-01 00:26:52 +02:00
|
|
|
const messages = [
|
|
|
|
{
|
|
|
|
id: "app.grid.goToArtistPage",
|
|
|
|
defaultMessage: "Go to artist page",
|
2016-08-10 23:50:23 +02:00
|
|
|
description: "Artist thumbnail link title",
|
2016-08-01 00:26:52 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
id: "app.grid.goToAlbumPage",
|
|
|
|
defaultMessage: "Go to album page",
|
2016-08-10 23:50:23 +02:00
|
|
|
description: "Album thumbnail link title",
|
|
|
|
},
|
2016-08-01 00:26:52 +02:00
|
|
|
];
|
|
|
|
|
|
|
|
export default messages;
|