From ea88797c8e84658bb98bca8eb26960261f7d8bc8 Mon Sep 17 00:00:00 2001 From: Zach Nelson Date: Thu, 5 Mar 2026 10:08:36 -0600 Subject: [PATCH] chore: Image settings Polish localization (#1299) ## Summary **What is the goal of this PR?** Quick follow up to #1291, adding Polish translations suggested by @th0m4sek --- ### 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/polish.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/I18n/translations/polish.yaml b/lib/I18n/translations/polish.yaml index c870b367..a69dc1b2 100644 --- a/lib/I18n/translations/polish.yaml +++ b/lib/I18n/translations/polish.yaml @@ -92,6 +92,10 @@ STR_STATUS_BAR: "Status Bar" STR_HIDE_BATTERY: "Ukryj % baterii" STR_EXTRA_SPACING: "Dodatkowe odstępy paragrafów" STR_TEXT_AA: "Wygładzanie tekstu" +STR_IMAGES: "Obrazki" +STR_IMAGES_DISPLAY: "Pokazuj" +STR_IMAGES_PLACEHOLDER: "Ramki" +STR_IMAGES_SUPPRESS: "Pomijaj" STR_SHORT_PWR_BTN: "Krótkie naciśnięcie zasilania" STR_ORIENTATION: "Układ czytania" STR_FRONT_BTN_LAYOUT: "Układ przednich przycisków"