From dfc38cca4ce4872d48ecba356cfc35f3b360e90f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=80ngel?= <153315454+angeldenom@users.noreply.github.com> Date: Wed, 25 Mar 2026 17:34:17 +0100 Subject: [PATCH] chore: Catalan localization for STR_SHOW_HIDDEN_FILES (#1494) ## Summary * **What is the goal of this PR?** (e.g., Implements the new feature for file uploading.) Adds the missing Catalan translation for STR_SHOW_HIDDEN_FILES in lib/I18n/translations/catalan.yaml. * **What changes are included?** Only modified catalan.yaml file ## Additional Context * Add any other information that might be helpful for the reviewer (e.g., performance implications, potential risks, specific areas to focus on). --- ### 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/catalan.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/I18n/translations/catalan.yaml b/lib/I18n/translations/catalan.yaml index 29130ac9..a585019f 100644 --- a/lib/I18n/translations/catalan.yaml +++ b/lib/I18n/translations/catalan.yaml @@ -81,6 +81,7 @@ STR_SCREEN_MARGIN: "Marge de pantalla del lector" STR_PARA_ALIGNMENT: "Alineació de paràgrafs del lector" STR_HYPHENATION: "Partició de mots" STR_TIME_TO_SLEEP: "Temps per entrar en repòs" +STR_SHOW_HIDDEN_FILES: "Mostra fitxers ocults" STR_REFRESH_FREQ: "Freqüència de refresc" STR_KOREADER_SYNC: "Sincronització del KOReader" STR_CHECK_UPDATES: "Comprova si hi ha actualitzacions"