Skip to content

Commit

Permalink
Merge branch 'experimental' into al/desktop-builds
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronleopold authored Jan 11, 2025
2 parents dbe586c + e7cde28 commit 91cd228
Show file tree
Hide file tree
Showing 6 changed files with 95 additions and 99 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Stump is a free and open source comics, manga and digital book server with OPDS
- [Roadmap 🗺](#roadmap-)
- [Getting Started 🚀](#getting-started-)
- [Developer Guide 💻](#developer-guide-)
- [Where to start?](#where-to-start)
- [Where to start?](#where-to-start)
- [Project Structure 📦](#project-structure-)
- [Apps](#apps)
- [Core](#core)
Expand Down Expand Up @@ -62,7 +62,6 @@ The following items are the major targets for Stump's first stable release:
Things you can expect to see afterwards:

- 🖥️ Cross-platform desktop app _(Windows, Mac, Linux)_
- 📖 [Tachiyomi](https://github.com/stumpapp/tachiyomi-extensions) support
- 📱 In-house mobile app _(Android, iOS)_
- 🔎 Versatile full-text search _(blocked by [prisma#9414](https://github.com/prisma/prisma/issues/9414))_
- 👥 Configurable book clubs _(see [this issue](https://github.com/stumpapp/stump/issues/120))_
Expand Down
1 change: 0 additions & 1 deletion docs/pages/guides/mobile/_meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ import { Meta } from 'nextra'

export default {
app: 'App',
tachiyomi: 'Tachiyomi',
} satisfies Meta
3 changes: 0 additions & 3 deletions docs/pages/guides/mobile/tachiyomi.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ export default function UploadModal() {
{t(getKey(`description.${displayedType}`))}
{displayedType === 'series' && (
<span>
{'. '}
{t(getKey('seriesDisclaimer.0'))} <b>{t(getKey('seriesDisclaimer.1'))}</b>{' '}
{t(getKey('seriesDisclaimer.2'))}
</span>
Expand Down
12 changes: 6 additions & 6 deletions packages/i18n/src/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"fields": {
"name": {
"label": "Nombre",
"placeholder": "My book club",
"placeholder": "Mi club de libros",
"description": "The name of your book club"
},
"description": {
Expand Down Expand Up @@ -1319,7 +1319,7 @@
"resetTokens": {
"label": "Clear authentication",
"description": [
"Remove all securely-stored access tokens for your servers",
"Elimina todos los tokens de acceso almacenados de forma segura para tus servidores",
"You will have to re-authenticate with each server"
],
"confirmation": {
Expand Down Expand Up @@ -1387,7 +1387,7 @@
"timestamp": "Timestamp"
},
"emptyHeading": "No hay registros para mostrar",
"emptySubtitle": "Your server is either very healthy or very unhealthy"
"emptySubtitle": ""
}
},
"liveLogs": {
Expand Down Expand Up @@ -1495,7 +1495,7 @@
"label": "File Management",
"explorer": {
"label": "File Explorer",
"description": "Allows the user to access the Library File Explorer.\nContent restriction is not supported when this feature is granted"
"description": "Permite al usuario acceder al explorador de archivos. No se admite restricción de contenido cuando se concede esta función"
},
"download": {
"label": "Descargar ficheros",
Expand Down Expand Up @@ -1714,7 +1714,7 @@
"updateEmailer": {
"helmet": "Update emailer",
"title": "Update emailer",
"description": "Update the details of this SMTP emailer"
"description": ""
}
}
},
Expand Down Expand Up @@ -1824,7 +1824,7 @@
"placeholderNoTags": "No hay etiquetas disponibles"
},
"thumbnailDropdown": {
"label": "Edit thumbnail",
"label": "",
"options": {
"selectFromBooks": "Seleccionar desde los libros",
"uploadImage": "Subir una imagen"
Expand Down
Loading

0 comments on commit 91cd228

Please sign in to comment.