From d6e7c5a460eb68028dc89e197d96a5babf0d686d Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Mon, 15 Jan 2024 10:11:03 +0100 Subject: [PATCH] refacto: handle translations for tops title with a switch --- l10n/fr.js | 4 +-- l10n/fr.json | 4 +-- src/components/Discover/Tops.vue | 18 +++++++++---- translationfiles/fr/repod.po | 8 +++--- translationfiles/templates/repod.pot | 38 +++++++++++++++------------- 5 files changed, 42 insertions(+), 30 deletions(-) diff --git a/l10n/fr.js b/l10n/fr.js index c294b83..9e82eb0 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -7,8 +7,8 @@ OC.L10N.register( "# Features\n- 🔍 Browse and subscribe huge collection of podcasts\n- 🔊 Listen to episodes directly in Nextcloud\n- 🌐 Sync your activity with [AntennaPod](https://antennapod.org/)\n\n# Requirements\nYou need to have [GPodderSync](https://apps.nextcloud.com/apps/gpoddersync) installed to use this app!" : "# Fonctionnalités\n- 🔍 Parcourir et s'abonner à une grande collections de podcasts\n- 🔊 Écouter vos épisodes directement sur Nextcloud\n- 🌐 Synchroniser son activité avec [AntennaPod](https://antennapod.org/)\n\n# Pré-requis\nVous devez avoir [GPodderSync](https://apps.nextcloud.com/apps/gpoddersync) installé pour utiliser cette application !", "Add a RSS link" : "Ajouter un lien RSS", "Could not fetch search results" : "Impossible de récupérer les resultats de la recherche", - "hot podcasts" : "tendances", - "new podcasts" : "nouveautés", + "Hot podcasts" : "Tendances", + "New podcasts" : "Nouveautés", "Could not fetch tops" : "Impossible de récupérer les tops", "Subscribe" : "S'abonner", "Error while adding the feed" : "Erreur lors de l'ajout du flux", diff --git a/l10n/fr.json b/l10n/fr.json index 4c61113..b57db00 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -5,8 +5,8 @@ "# Features\n- 🔍 Browse and subscribe huge collection of podcasts\n- 🔊 Listen to episodes directly in Nextcloud\n- 🌐 Sync your activity with [AntennaPod](https://antennapod.org/)\n\n# Requirements\nYou need to have [GPodderSync](https://apps.nextcloud.com/apps/gpoddersync) installed to use this app!" : "# Fonctionnalités\n- 🔍 Parcourir et s'abonner à une grande collections de podcasts\n- 🔊 Écouter vos épisodes directement sur Nextcloud\n- 🌐 Synchroniser son activité avec [AntennaPod](https://antennapod.org/)\n\n# Pré-requis\nVous devez avoir [GPodderSync](https://apps.nextcloud.com/apps/gpoddersync) installé pour utiliser cette application !", "Add a RSS link" : "Ajouter un lien RSS", "Could not fetch search results" : "Impossible de récupérer les resultats de la recherche", - "hot podcasts" : "tendances", - "new podcasts" : "nouveautés", + "Hot podcasts" : "Tendances", + "New podcasts" : "Nouveautés", "Could not fetch tops" : "Impossible de récupérer les tops", "Subscribe" : "S'abonner", "Error while adding the feed" : "Erreur lors de l'ajout du flux", diff --git a/src/components/Discover/Tops.vue b/src/components/Discover/Tops.vue index 732a412..3661e05 100644 --- a/src/components/Discover/Tops.vue +++ b/src/components/Discover/Tops.vue @@ -1,6 +1,6 @@