Theme fest ins Repo uebernehmen statt als Submodule
Ein normaler git clone holt Submodules nicht mit - geprueft: nach dem Klonen des Repos war themes/gokarna leer. Portainer klont ebenso, der Build im Container waere also an dem fehlenden Theme gescheitert. Gokarna liegt jetzt direkt im Repo, festgeschrieben auf Commit 8306042, den Stand, mit dem die Seite bisher gebaut wurde. .gitmodules entfaellt. Nachteil: Theme-Updates muessen kuenftig von Hand eingespielt werden. Dafuer baut das Repo aus jedem beliebigen Klon heraus, ohne Sonderbehandlung. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
18
themes/gokarna/i18n/es.toml
Normal file
18
themes/gokarna/i18n/es.toml
Normal file
@@ -0,0 +1,18 @@
|
||||
[Recent]
|
||||
other = 'Recientes entradas'
|
||||
[Popular]
|
||||
other = 'Entradas'
|
||||
[error404]
|
||||
other = 'Esta página no existe, prueba de nuevo desde el'
|
||||
[home]
|
||||
other = 'comienzo'
|
||||
[nothing]
|
||||
other = 'Aún no hay nada aquí 😉'
|
||||
[previous]
|
||||
other = 'Anterior'
|
||||
[next]
|
||||
other = 'Siguiente'
|
||||
[tags]
|
||||
other = 'Etiquetas'
|
||||
[Posts]
|
||||
other = 'Entradas'
|
||||
Reference in New Issue
Block a user