From e29edc8d81c7cd3c5e6a51d0fd5289355efff911 Mon Sep 17 00:00:00 2001 From: Mirus Date: Tue, 24 Feb 2026 17:25:15 +0200 Subject: [PATCH] fix: add new Ukrainian translation line for STR_SCREENSHOT_BUTTON (#1149) ## Summary * **What is the goal of this PR?** Add missing `STR_SCREENSHOT_BUTTON` ## Additional Context After the screenshot feature was added, a new translation line was introduced --- ### 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/ukrainian.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/I18n/translations/ukrainian.yaml b/lib/I18n/translations/ukrainian.yaml index e06e0a27..80889914 100644 --- a/lib/I18n/translations/ukrainian.yaml +++ b/lib/I18n/translations/ukrainian.yaml @@ -317,3 +317,4 @@ STR_UPLOAD: "Завантажити" STR_BOOK_S_STYLE: "Стиль книги" STR_EMBEDDED_STYLE: "Вбудований стиль" STR_OPDS_SERVER_URL: "URL сервера OPDS" +STR_SCREENSHOT_BUTTON: "Знімок екрана"