From 8e091609f71b08e779ae4ff35c0f398eb57aea77 Mon Sep 17 00:00:00 2001 From: Dani Poveda Date: Wed, 25 Mar 2026 07:25:55 +0100 Subject: [PATCH] chore: Spanish localization for STR_SHOW_HIDDEN_FILES (#1486) ## Summary * Adding Spanish translation for string `STR_SHOW_HIDDEN_FILES` --- ### AI Usage While CrossPoint doesn't have restrictions on AI tools in contributing, please be transparent about their usage as it helps set the right context for reviewers. Did you use AI tools to help write this code? _**NO**_ --- lib/I18n/translations/spanish.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/I18n/translations/spanish.yaml b/lib/I18n/translations/spanish.yaml index 64f8380e..d4b2ad14 100644 --- a/lib/I18n/translations/spanish.yaml +++ b/lib/I18n/translations/spanish.yaml @@ -81,6 +81,7 @@ STR_SCREEN_MARGIN: "Margen de lectura" STR_PARA_ALIGNMENT: "Ajuste de párrafo" STR_HYPHENATION: "División de palabras" STR_TIME_TO_SLEEP: "Auto suspensión" +STR_SHOW_HIDDEN_FILES: "Mostrar archivos ocultos" STR_REFRESH_FREQ: "Frecuencia de refresco" STR_KOREADER_SYNC: "Sincronización de KOReader" STR_CHECK_UPDATES: "Verificar actualizaciones"