Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from TeamPiped:master #13

Merged
merged 6 commits into from
Nov 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/FeedPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<hr />

<span class="flex gap-2">
<router-link class="btn" to="/subscriptions">Subscriptions</router-link>
<router-link v-t="'titles.subscriptions'" class="btn" to="/subscriptions" />
<a :href="getRssUrl" class="btn">
<font-awesome-icon icon="rss" />
</a>
Expand Down
3 changes: 2 additions & 1 deletion src/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@
"import_from_json_csv": "Aus JSON/CSV importieren",
"download_frame": "Einzelbild (Frame) downloaden",
"instance_privacy_policy": "Datenschutzerklärung",
"add_to_group": "Zu Gruppe hinzufügen"
"add_to_group": "Zu Gruppe hinzufügen",
"instances_not_shown": "Öffentliche Instanzen, die hier nicht angezeigt werden, sind derzeit nicht verfügbar."
},
"player": {
"watch_on": "Auf {0} ansehen",
Expand Down
3 changes: 2 additions & 1 deletion src/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@
"import_from_json_csv": "Importar desde JSON/CSV",
"download_frame": "Descargar fotograma",
"instance_privacy_policy": "Política de privacidad",
"add_to_group": "Añadir a grupo"
"add_to_group": "Añadir a grupo",
"instances_not_shown": "Las instancias públicas que no se muestran aquí no están disponibles actualmente."
},
"titles": {
"feed": "Contenido",
Expand Down
Loading