diff --git a/frontend/src/components/UI/CardSection.vue b/frontend/src/components/UI/CardSection.vue index b3c2ea9b2..078e2b83b 100644 --- a/frontend/src/components/UI/CardSection.vue +++ b/frontend/src/components/UI/CardSection.vue @@ -15,15 +15,15 @@ - Recent + {{$t('general.recent')}} - A-Z + {{$t('general.sort-alphabetically')}} diff --git a/frontend/src/locales/messages/en.json b/frontend/src/locales/messages/en.json index b7574f0da..af1f02397 100644 --- a/frontend/src/locales/messages/en.json +++ b/frontend/src/locales/messages/en.json @@ -1,5 +1,4 @@ { - "404": { "page-not-found": "404 Page Not Found", "take-me-home": "Take me Home" @@ -36,7 +35,10 @@ "templates": "Templates", "recipes": "Recipes", "themes": "Themes", - "confirm": "Confirm" + "confirm": "Confirm", + "sort": "Sort", + "recent": "Recent", + "sort-alphabetically": "A-Z" }, "page": { "home-page": "Home Page", @@ -174,4 +176,4 @@ "description": "Migrate data from Chowdown" } } -} \ No newline at end of file +} diff --git a/frontend/src/locales/messages/fr.json b/frontend/src/locales/messages/fr.json index 2305b47f9..e02a4105f 100644 --- a/frontend/src/locales/messages/fr.json +++ b/frontend/src/locales/messages/fr.json @@ -1,5 +1,4 @@ { - "404": { "page-not-found": "404 Page introuvable", "take-me-home": "Retour à l'accueil" @@ -36,7 +35,10 @@ "templates": "Modèles", "recipes": "Recettes", "themes": "Thèmes", - "confirm": "Confirmer" + "confirm": "Confirmer", + "recent": "Récent", + "sort": "Trier", + "sort-alphabetically": "A-Z" }, "page": { "home-page": "Accueil",