+
%{indexName} displays videos and channels that match your search but is not the publisher, nor the owner.
If you notice any problems with a video, report it to the corresponding administrator on the PeerTube website.
-
diff --git a/client/src/locale/en_US/LC_MESSAGES/app.po b/client/src/locale/en_US/LC_MESSAGES/app.po
index 1d88e76..3fab663 100644
--- a/client/src/locale/en_US/LC_MESSAGES/app.po
+++ b/client/src/locale/en_US/LC_MESSAGES/app.po
@@ -14,24 +14,20 @@ msgstr ""
msgid "({{ countActiveFilters() }} active)"
msgstr "({{ countActiveFilters() }} active)"
-#: src/views/Search.vue:165
-msgid "{{resultsCount}} results found for"
-msgstr "{{resultsCount}} results found for"
-
#: src/components/ChannelResult.vue:17
msgid "%{ channel.followersCount } follower"
msgid_plural "%{channel.followersCount} followers"
msgstr[0] "%{ channel.followersCount } follower"
msgstr[1] "%{channel.followersCount} followers"
+#: src/views/Search.vue:165
+msgid "%{resultsCount} results found for"
+msgstr "%{resultsCount} results found for"
+
#: src/components/SearchWarning.vue:1
msgid "
%{indexName} displays videos and channels that match your search but is not the publisher, nor the owner. If you notice any problems with a video, report it to the corresponding administrator on the PeerTube website."
msgstr "
%{indexName} displays videos and channels that match your search but is not the publisher, nor the owner. If you notice any problems with a video, report it to the corresponding administrator on the PeerTube website."
-#: src/components/Footer.vue:17 src/components/Footer.vue:27
-msgid "
Check all guides >>"
-msgstr "
Check all guides >>"
-
#: src/components/Footer.vue:6
msgid "A free software to take back control of your videos"
msgstr "A free software to take back control of your videos"
@@ -104,11 +100,11 @@ msgstr "Čeština"
msgid "Comedy"
msgstr "Comedy"
-#: src/components/Footer.vue:21
+#: src/components/Footer.vue:19
msgid "Create an account to take back control of your videos"
msgstr "Create an account to take back control of your videos"
-#: src/components/Footer.vue:25
+#: src/components/Footer.vue:23
msgid "Create playlists"
msgstr "Create playlists"
@@ -293,14 +289,14 @@ msgid "Occitan"
msgstr "Occitan"
#: src/views/Search.vue:167
-msgid "on {{instancesCount}} indexed PeerTube websites"
-msgstr "on {{instancesCount}} indexed PeerTube websites"
+msgid "on %{instancesCount} indexed PeerTube websites"
+msgstr "on %{instancesCount} indexed PeerTube websites"
#: src/views/Search.vue:148
msgid "One of these tags"
msgstr "One of these tags"
-#: src/components/Footer.vue:23
+#: src/components/Footer.vue:21
msgid "Open an account on a PeerTube website"
msgstr "Open an account on a PeerTube website"
diff --git a/client/src/locale/fr_FR/LC_MESSAGES/app.po b/client/src/locale/fr_FR/LC_MESSAGES/app.po
index 93bccc3..aab8edb 100644
--- a/client/src/locale/fr_FR/LC_MESSAGES/app.po
+++ b/client/src/locale/fr_FR/LC_MESSAGES/app.po
@@ -17,16 +17,17 @@ msgstr ""
msgid "({{ countActiveFilters() }} active)"
msgstr "({{ countActiveFilters() }} actifs)"
-#: src/views/Search.vue:165
-msgid "{{resultsCount}} results found for"
-msgstr "{{resultsCount}} résultats trouvés pour"
-
#: src/components/ChannelResult.vue:17
msgid "%{ channel.followersCount } follower"
msgid_plural "%{channel.followersCount} followers"
msgstr[0] "%{ channel.followersCount } abonné"
msgstr[1] "%{channel.followersCount} abonnés"
+#: src/views/Search.vue:165
+#, fuzzy
+msgid "%{resultsCount} results found for"
+msgstr "{{resultsCount}} résultats trouvés pour"
+
#: src/components/SearchWarning.vue:1
msgid ""
"
%{indexName} displays videos and channels that match your "
@@ -39,10 +40,6 @@ msgstr ""
"constatez le moindre problème sur une vidéo, signalez-la à un administrateur "
"directement sur le site PeerTube où elle est hébergée."
-#: src/components/Footer.vue:17 src/components/Footer.vue:27
-msgid "
Check all guides >>"
-msgstr "
Voir tous les tutos >>"
-
#: src/components/Footer.vue:6
msgid "A free software to take back control of your videos"
msgstr "Un logiciel libre pour reprendre le contrôle de vos vidéos"
@@ -120,11 +117,11 @@ msgstr "Tchèque"
msgid "Comedy"
msgstr "Humour"
-#: src/components/Footer.vue:21
+#: src/components/Footer.vue:19
msgid "Create an account to take back control of your videos"
msgstr "Créez un compte pour reprendre le contrôle de vos vidéos"
-#: src/components/Footer.vue:25
+#: src/components/Footer.vue:23
msgid "Create playlists"
msgstr "Créer des listes de lecture"
@@ -309,14 +306,15 @@ msgid "Occitan"
msgstr "Occitane"
#: src/views/Search.vue:167
-msgid "on {{instancesCount}} indexed PeerTube websites"
+#, fuzzy
+msgid "on %{instancesCount} indexed PeerTube websites"
msgstr "sur {{instancesCount}} sites web PeerTube indexés"
#: src/views/Search.vue:148
msgid "One of these tags"
msgstr "Un seul des mots clés suivants"
-#: src/components/Footer.vue:23
+#: src/components/Footer.vue:21
msgid "Open an account on a PeerTube website"
msgstr "Ouvrir un compte sur un site web PeerTube"
@@ -434,6 +432,9 @@ msgstr "Japonais"
msgid "简体中文(中国)"
msgstr "Chinois simplifié"
+#~ msgid "
Check all guides >>"
+#~ msgstr "
Voir tous les tutos >>"
+
#~ msgid "Publish date"
#~ msgstr "Date de publication"
diff --git a/client/src/main.ts b/client/src/main.ts
index 864ded6..6d305f4 100644
--- a/client/src/main.ts
+++ b/client/src/main.ts
@@ -126,7 +126,7 @@ function buildTranslationsPromise (defaultLanguage, currentLanguage) {
if (currentLanguage === defaultLanguage) return Promise.resolve(translations)
// Fetch translations from server
- const fromRemote = import('../translations/' + currentLanguage + '.json')
+ const fromRemote = import('./translations/' + currentLanguage + '.json')
.then(module => {
const remoteTranslations = module.default
try {
diff --git a/client/src/translations/en_US.json b/client/src/translations/en_US.json
index 587815e..cf38b5f 100644
--- a/client/src/translations/en_US.json
+++ b/client/src/translations/en_US.json
@@ -1 +1 @@
-{"en_US":{"({{ countActiveFilters() }} active)":"({{ countActiveFilters() }} active)","{{resultsCount}} results found for":"{{resultsCount}} results found for","%{ channel.followersCount } follower":["%{ channel.followersCount } follower","%{channel.followersCount} followers"],"
%{indexName} displays videos and channels that match your search but is not the publisher, nor the owner. If you notice any problems with a video, report it to the corresponding administrator on the PeerTube website.":"
%{indexName} displays videos and channels that match your search but is not the publisher, nor the owner. If you notice any problems with a video, report it to the corresponding administrator on the PeerTube website.","
Check all guides >>":"
Check all guides >>","A free software to take back control of your videos":"A free software to take back control of your videos","A video index developed by
Framasoft":"A video index developed by
Framasoft","Activism":"Activism","All of these tags":"All of these tags","Animals":"Animals","Any":"Any","Art":"Art","Attribution":"Attribution","Attribution - No Derivatives":"Attribution - No Derivatives","Attribution - Non Commercial":"Attribution - Non Commercial","Attribution - Non Commercial - No Derivatives":"Attribution - Non Commercial - No Derivatives","Attribution - Non Commercial - Share Alike":"Attribution - Non Commercial - Share Alike","Attribution - Share Alike":"Attribution - Share Alike","Best match":"Best match","Català":"Català","Category":"Category","Čeština":"Čeština","Comedy":"Comedy","Create an account to take back control of your videos":"Create an account to take back control of your videos","Create playlists":"Create playlists","Created by":"Created by","Deutsch":"Deutsch","Discover this channel on %{host}":"Discover this channel on %{host}","Display all categories":"Display all categories","Display all languages":"Display all languages","Display all licenses":"Display all licenses","Display sensitive content":"Display sensitive content","Duration":"Duration","Education":"Education","English":"English","Entertainment":"Entertainment","Español":"Español","Esperanto":"Esperanto","Euskara":"Euskara","Films":"Films","Filters":"Filters","Food":"Food","Français":"Français","Gàidhlig":"Gàidhlig","Gaming":"Gaming","Go on this account page":"Go on this account page","Go on this channel page":"Go on this channel page","Go!":"Go!","How To":"How To","In":"In","Install PeerTube":"Install PeerTube","Italiano":"Italiano","Keyword, channel, video, etc.":"Keyword, channel, video, etc.","Kids":"Kids","Language":"Language","Last 30 days":"Last 30 days","Last 365 days":"Last 365 days","Last 7 days":"Last 7 days","Least recent":"Least recent","Licence":"Licence","Long (> 10 min)":"Long (> 10 min)","Medium (4-10 min)":"Medium (4-10 min)","Most recent":"Most recent","Music":"Music","Nederlands":"Nederlands","News & Politics":"News & Politics","Next page":"Next page","No":"No","No results found for":"No results found for","Occitan":"Occitan","on {{instancesCount}} indexed PeerTube websites":"on {{instancesCount}} indexed PeerTube websites","One of these tags":"One of these tags","Open an account on a PeerTube website":"Open an account on a PeerTube website","Open your own videos website with PeerTube!":"Open your own videos website with PeerTube!","People":"People","Polski":"Polski","Português (Portugal)":"Português (Portugal)","Previous page":"Previous page","Public Domain Dedication":"Public Domain Dedication","Published date":"Published date","Reset":"Reset","Science & Technology":"Science & Technology","Search for your favorite videos and channels on %{instancesCount} PeerTube websites listed on
%{indexName}!":"Search for your favorite videos and channels on %{instancesCount} PeerTube websites listed on
%{indexName}!","Short (< 4 min)":"Short (< 4 min)","Sort by:":"Sort by:","Sports":"Sports","suomi":"suomi","svenska":"svenska","Tags":"Tags","Today":"Today","Travels":"Travels","Vehicles":"Vehicles","Watch the video on %{host}":"Watch the video on %{host}","Why should I have my own PeerTube website?":"Why should I have my own PeerTube website?","with {{ countActiveFilters() }} active filters":"with {{ countActiveFilters() }} active filters","Yes":"Yes","ελληνικά":"ελληνικά","русский":"русский","日本語":"日本語","简体中文(中国)":"简体中文(中国)"}}
\ No newline at end of file
+{"en_US":{"({{ countActiveFilters() }} active)":"({{ countActiveFilters() }} active)","%{ channel.followersCount } follower":["%{ channel.followersCount } follower","%{channel.followersCount} followers"],"%{resultsCount} results found for":"%{resultsCount} results found for","
%{indexName} displays videos and channels that match your search but is not the publisher, nor the owner. If you notice any problems with a video, report it to the corresponding administrator on the PeerTube website.":"
%{indexName} displays videos and channels that match your search but is not the publisher, nor the owner. If you notice any problems with a video, report it to the corresponding administrator on the PeerTube website.","A free software to take back control of your videos":"A free software to take back control of your videos","A video index developed by
Framasoft":"A video index developed by
Framasoft","Activism":"Activism","All of these tags":"All of these tags","Animals":"Animals","Any":"Any","Art":"Art","Attribution":"Attribution","Attribution - No Derivatives":"Attribution - No Derivatives","Attribution - Non Commercial":"Attribution - Non Commercial","Attribution - Non Commercial - No Derivatives":"Attribution - Non Commercial - No Derivatives","Attribution - Non Commercial - Share Alike":"Attribution - Non Commercial - Share Alike","Attribution - Share Alike":"Attribution - Share Alike","Best match":"Best match","Català":"Català","Category":"Category","Čeština":"Čeština","Comedy":"Comedy","Create an account to take back control of your videos":"Create an account to take back control of your videos","Create playlists":"Create playlists","Created by":"Created by","Deutsch":"Deutsch","Discover this channel on %{host}":"Discover this channel on %{host}","Display all categories":"Display all categories","Display all languages":"Display all languages","Display all licenses":"Display all licenses","Display sensitive content":"Display sensitive content","Duration":"Duration","Education":"Education","English":"English","Entertainment":"Entertainment","Español":"Español","Esperanto":"Esperanto","Euskara":"Euskara","Films":"Films","Filters":"Filters","Food":"Food","Français":"Français","Gàidhlig":"Gàidhlig","Gaming":"Gaming","Go on this account page":"Go on this account page","Go on this channel page":"Go on this channel page","Go!":"Go!","How To":"How To","In":"In","Install PeerTube":"Install PeerTube","Italiano":"Italiano","Keyword, channel, video, etc.":"Keyword, channel, video, etc.","Kids":"Kids","Language":"Language","Last 30 days":"Last 30 days","Last 365 days":"Last 365 days","Last 7 days":"Last 7 days","Least recent":"Least recent","Licence":"Licence","Long (> 10 min)":"Long (> 10 min)","Medium (4-10 min)":"Medium (4-10 min)","Most recent":"Most recent","Music":"Music","Nederlands":"Nederlands","News & Politics":"News & Politics","Next page":"Next page","No":"No","No results found for":"No results found for","Occitan":"Occitan","on %{instancesCount} indexed PeerTube websites":"on %{instancesCount} indexed PeerTube websites","One of these tags":"One of these tags","Open an account on a PeerTube website":"Open an account on a PeerTube website","Open your own videos website with PeerTube!":"Open your own videos website with PeerTube!","People":"People","Polski":"Polski","Português (Portugal)":"Português (Portugal)","Previous page":"Previous page","Public Domain Dedication":"Public Domain Dedication","Published date":"Published date","Reset":"Reset","Science & Technology":"Science & Technology","Search for your favorite videos and channels on %{instancesCount} PeerTube websites listed on
%{indexName}!":"Search for your favorite videos and channels on %{instancesCount} PeerTube websites listed on
%{indexName}!","Short (< 4 min)":"Short (< 4 min)","Sort by:":"Sort by:","Sports":"Sports","suomi":"suomi","svenska":"svenska","Tags":"Tags","Today":"Today","Travels":"Travels","Vehicles":"Vehicles","Watch the video on %{host}":"Watch the video on %{host}","Why should I have my own PeerTube website?":"Why should I have my own PeerTube website?","with {{ countActiveFilters() }} active filters":"with {{ countActiveFilters() }} active filters","Yes":"Yes","ελληνικά":"ελληνικά","русский":"русский","日本語":"日本語","简体中文(中国)":"简体中文(中国)"}}
\ No newline at end of file
diff --git a/client/src/translations/fr_FR.json b/client/src/translations/fr_FR.json
index a79d163..31d9fdf 100644
--- a/client/src/translations/fr_FR.json
+++ b/client/src/translations/fr_FR.json
@@ -1 +1 @@
-{"fr_FR":{"({{ countActiveFilters() }} active)":"({{ countActiveFilters() }} actifs)","{{resultsCount}} results found for":"{{resultsCount}} résultats trouvés pour","%{ channel.followersCount } follower":["%{ channel.followersCount } abonné","%{channel.followersCount} abonnés"],"
%{indexName} displays videos and channels that match your search but is not the publisher, nor the owner. If you notice any problems with a video, report it to the corresponding administrator on the PeerTube website.":"
%{indexName} affiche les vidéos et chaînes correspondants à votre recherche, mais n'est ni l'éditeur, ni le propriétaire. Si vous constatez le moindre problème sur une vidéo, signalez-la à un administrateur directement sur le site PeerTube où elle est hébergée.","
Check all guides >>":"
Voir tous les tutos >>","A free software to take back control of your videos":"Un logiciel libre pour reprendre le contrôle de vos vidéos","A video index developed by
Framasoft":"Un index de vidéos développé par
Framasoft","Activism":"Militantisme","All of these tags":"Tous les mots clés suivants","Animals":"Animaux","Any":"Tous","Art":"Art","Attribution":"Attribution","Attribution - No Derivatives":"Attribution - Pas d’œuvre dérivée","Attribution - Non Commercial":"Attribution - Utilisation non commerciale","Attribution - Non Commercial - No Derivatives":"Attribution - Utilisation non commerciale - Pas d’œuvre dérivée","Attribution - Non Commercial - Share Alike":"Attribution - Utilisation non commerciale - Partage dans les mêmes conditions","Attribution - Share Alike":"Attribution - Partage dans les mêmes conditions","Best match":"Pertinence","Català":"Catalan","Category":"Catégorie","Čeština":"Tchèque","Comedy":"Humour","Create an account to take back control of your videos":"Créez un compte pour reprendre le contrôle de vos vidéos","Create playlists":"Créer des listes de lecture","Created by":"Créé par","Deutsch":"Allemand","Discover this channel on %{host}":"Découvrir cette chaîne sur %{host}","Display all categories":"Afficher toutes les catégories","Display all languages":"Afficher tous les langues","Display all licenses":"Afficher toutes les licences","Display sensitive content":"Afficher le contenu sensible","Duration":"Durée","Education":"Éducation","English":"Anglais","Entertainment":"Divertissement","Español":"Espagnol","Esperanto":"Espéranto","Euskara":"Basque","Films":"Films","Filters":"Filtre","Food":"Cuisine","Français":"Français","Gàidhlig":"Gaélique écossais","Gaming":"Jeux vidéos","Go on this account page":"Aller sur la page de ce compte","Go on this channel page":"Aller sur la page de cette chaîne","Go!":"Go !","How To":"Tutoriels","In":"Dans","Install PeerTube":"Installer PeerTube","Italiano":"Italien","Keyword, channel, video, etc.":"Mot-clé, chaîne, vidéo, etc.","Kids":"Enfants","Language":"Langue","Last 30 days":"Les 30 derniers jours","Last 365 days":"Les 365 derniers jours","Last 7 days":"Les 7 derniers jours","Least recent":"Moins récent","Licence":"Licence","Long (> 10 min)":"Longue (> 10 min)","Medium (4-10 min)":"Moyenne (4-10 min)","Most recent":"Plus récente","Music":"Musiques","Nederlands":"Néerlandais","News & Politics":"Actualité & Politique","Next page":"Page suivante","No":"Aucun","No results found for":"Aucun résultat trouvé pour","Occitan":"Occitane","on {{instancesCount}} indexed PeerTube websites":"sur {{instancesCount}} sites web PeerTube indexés","One of these tags":"Un seul des mots clés suivants","Open an account on a PeerTube website":"Ouvrir un compte sur un site web PeerTube","Open your own videos website with PeerTube!":"Ouvrez votre propre site web de vidéos avec PeerTube !","People":"Personnalités","Polski":"Polonais","Português (Portugal)":"Portugais (Portugal)","Previous page":"Page précédente","Public Domain Dedication":"Domaine public","Published date":"Date de publication","Reset":"Réinitialiser","Science & Technology":"Science & Technologie","Search for your favorite videos and channels on %{instancesCount} PeerTube websites listed on
%{indexName}!":"Cherchez vos vidéos et chaînes favorites sur %{instancesCount} sites web PeerTube listées par
%{indexName} !","Short (< 4 min)":"Courte (< 4 min)","Sort by:":"Trier par :","Sports":"Sports","suomi":"Finnois","svenska":"Suédois","Tags":"Étiquettes","Today":"Aujourd'hui","Travels":"Voyages","Vehicles":"Véhicules","Watch the video on %{host}":"Regarder la vidéo sur %{host}","Why should I have my own PeerTube website?":"Pourquoi devrais-je avoir mon propre site web PeerTube ?","with {{ countActiveFilters() }} active filters":"avec {{ countActiveFilters() }} filtres actifs","Yes":"Oui","ελληνικά":"Grec","русский":"Russe","日本語":"Japonais","简体中文(中国)":"Chinois simplifié"}}
\ No newline at end of file
+{"fr_FR":{"({{ countActiveFilters() }} active)":"({{ countActiveFilters() }} actifs)","%{ channel.followersCount } follower":["%{ channel.followersCount } abonné","%{channel.followersCount} abonnés"],"
%{indexName} displays videos and channels that match your search but is not the publisher, nor the owner. If you notice any problems with a video, report it to the corresponding administrator on the PeerTube website.":"
%{indexName} affiche les vidéos et chaînes correspondants à votre recherche, mais n'est ni l'éditeur, ni le propriétaire. Si vous constatez le moindre problème sur une vidéo, signalez-la à un administrateur directement sur le site PeerTube où elle est hébergée.","A free software to take back control of your videos":"Un logiciel libre pour reprendre le contrôle de vos vidéos","A video index developed by
Framasoft":"Un index de vidéos développé par
Framasoft","Activism":"Militantisme","All of these tags":"Tous les mots clés suivants","Animals":"Animaux","Any":"Tous","Art":"Art","Attribution":"Attribution","Attribution - No Derivatives":"Attribution - Pas d’œuvre dérivée","Attribution - Non Commercial":"Attribution - Utilisation non commerciale","Attribution - Non Commercial - No Derivatives":"Attribution - Utilisation non commerciale - Pas d’œuvre dérivée","Attribution - Non Commercial - Share Alike":"Attribution - Utilisation non commerciale - Partage dans les mêmes conditions","Attribution - Share Alike":"Attribution - Partage dans les mêmes conditions","Best match":"Pertinence","Català":"Catalan","Category":"Catégorie","Čeština":"Tchèque","Comedy":"Humour","Create an account to take back control of your videos":"Créez un compte pour reprendre le contrôle de vos vidéos","Create playlists":"Créer des listes de lecture","Created by":"Créé par","Deutsch":"Allemand","Discover this channel on %{host}":"Découvrir cette chaîne sur %{host}","Display all categories":"Afficher toutes les catégories","Display all languages":"Afficher tous les langues","Display all licenses":"Afficher toutes les licences","Display sensitive content":"Afficher le contenu sensible","Duration":"Durée","Education":"Éducation","English":"Anglais","Entertainment":"Divertissement","Español":"Espagnol","Esperanto":"Espéranto","Euskara":"Basque","Films":"Films","Filters":"Filtre","Food":"Cuisine","Français":"Français","Gàidhlig":"Gaélique écossais","Gaming":"Jeux vidéos","Go on this account page":"Aller sur la page de ce compte","Go on this channel page":"Aller sur la page de cette chaîne","Go!":"Go !","How To":"Tutoriels","In":"Dans","Install PeerTube":"Installer PeerTube","Italiano":"Italien","Keyword, channel, video, etc.":"Mot-clé, chaîne, vidéo, etc.","Kids":"Enfants","Language":"Langue","Last 30 days":"Les 30 derniers jours","Last 365 days":"Les 365 derniers jours","Last 7 days":"Les 7 derniers jours","Least recent":"Moins récent","Licence":"Licence","Long (> 10 min)":"Longue (> 10 min)","Medium (4-10 min)":"Moyenne (4-10 min)","Most recent":"Plus récente","Music":"Musiques","Nederlands":"Néerlandais","News & Politics":"Actualité & Politique","Next page":"Page suivante","No":"Aucun","No results found for":"Aucun résultat trouvé pour","Occitan":"Occitane","One of these tags":"Un seul des mots clés suivants","Open an account on a PeerTube website":"Ouvrir un compte sur un site web PeerTube","Open your own videos website with PeerTube!":"Ouvrez votre propre site web de vidéos avec PeerTube !","People":"Personnalités","Polski":"Polonais","Português (Portugal)":"Portugais (Portugal)","Previous page":"Page précédente","Public Domain Dedication":"Domaine public","Published date":"Date de publication","Reset":"Réinitialiser","Science & Technology":"Science & Technologie","Search for your favorite videos and channels on %{instancesCount} PeerTube websites listed on
%{indexName}!":"Cherchez vos vidéos et chaînes favorites sur %{instancesCount} sites web PeerTube listées par
%{indexName} !","Short (< 4 min)":"Courte (< 4 min)","Sort by:":"Trier par :","Sports":"Sports","suomi":"Finnois","svenska":"Suédois","Tags":"Étiquettes","Today":"Aujourd'hui","Travels":"Voyages","Vehicles":"Véhicules","Watch the video on %{host}":"Regarder la vidéo sur %{host}","Why should I have my own PeerTube website?":"Pourquoi devrais-je avoir mon propre site web PeerTube ?","with {{ countActiveFilters() }} active filters":"avec {{ countActiveFilters() }} filtres actifs","Yes":"Oui","ελληνικά":"Grec","русский":"Russe","日本語":"Japonais","简体中文(中国)":"Chinois simplifié"}}
\ No newline at end of file
diff --git a/client/src/views/Search.vue b/client/src/views/Search.vue
index f96479d..0a28b7c 100644
--- a/client/src/views/Search.vue
+++ b/client/src/views/Search.vue
@@ -163,9 +163,9 @@
No results found for
- {{resultsCount}} results found for
- {{ searchedTerm }} with {{ countActiveFilters() }} active filters
- on {{instancesCount}} indexed PeerTube websites
+ %{resultsCount} results found for
+ {{ searchedTerm }} with {{ countActiveFilters() }} active filters
+ on %{instancesCount} indexed PeerTube websites
@@ -394,7 +394,7 @@
searchDone: false,
indexName: '',
- instancesCount: null as number,
+ instancesCount: 0,
results: [] as (EnhancedVideo | EnhancedVideoChannel)[],
resultsCount: null as number,
@@ -442,6 +442,7 @@
if (!this.searchDone) return
this.loadUrl()
+ this.doSearch()
},
formSort () {
@@ -650,8 +651,6 @@
this.scrollToResults()
}
-
- this.doSearch(false)
},
buildVideoSearchQuery () {