diff --git a/src/messages/fr.json b/src/messages/fr.json index 975373e..53d851d 100644 --- a/src/messages/fr.json +++ b/src/messages/fr.json @@ -25,7 +25,8 @@ "tree-map": "Arborescent", "card-map": "Aléatoire", "card-list": "Alphabétique" - } + }, + "shuffle": "Mélanger" }, "filters": { "title": "Filtres", diff --git a/src/pages/library/LibraryList.vue b/src/pages/library/LibraryList.vue index 75fe474..127de1d 100644 --- a/src/pages/library/LibraryList.vue +++ b/src/pages/library/LibraryList.vue @@ -1,5 +1,5 @@