From c3981c7a4b6578a6d9dc7307d87b92084b64f15e Mon Sep 17 00:00:00 2001 From: ahfoysal Date: Mon, 6 Jul 2026 17:27:17 +0600 Subject: [PATCH 1/2] Localize clipboard accessibility labels --- app/src/main/res/layout/input_method_view.xml | 4 ++-- app/src/main/res/values/string.xml | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/input_method_view.xml b/app/src/main/res/layout/input_method_view.xml index 7a821b97..a5c39a95 100644 --- a/app/src/main/res/layout/input_method_view.xml +++ b/app/src/main/res/layout/input_method_view.xml @@ -752,7 +752,7 @@ GeneralKeyboardIME.kt android:layout_centerVertical="true" android:layout_marginStart="@dimen/medium_margin" android:background="?android:attr/selectableItemBackgroundBorderless" - android:contentDescription="Close Clipboard" + android:contentDescription="@string/i18n.app.clipboard.close" android:padding="@dimen/small_margin" android:src="@drawable/ic_arrow_left_vector" android:tint="@color/icon_color" /> @@ -779,7 +779,7 @@ GeneralKeyboardIME.kt android:layout_centerVertical="true" android:layout_marginEnd="@dimen/medium_margin" android:background="?android:attr/selectableItemBackgroundBorderless" - android:contentDescription="Clear All" + android:contentDescription="@string/i18n.app.clipboard.clear_all" android:padding="@dimen/small_margin" android:src="@drawable/ic_delete_vector" android:tint="#E53935" /> diff --git a/app/src/main/res/values/string.xml b/app/src/main/res/values/string.xml index 27400ebf..8e0b754b 100644 --- a/app/src/main/res/values/string.xml +++ b/app/src/main/res/values/string.xml @@ -150,6 +150,8 @@ at time of usage, and a link to the license. About Clipboard is empty + Clear all + Close clipboard Copied to clipboard Copy to clipboard Clipboard From 71796c26121c90e1844de952993f3596f0176b32 Mon Sep 17 00:00:00 2001 From: Andrew Tavis McAllister Date: Wed, 8 Jul 2026 23:36:46 +0200 Subject: [PATCH 2/2] Move strings to Scribe-i18n --- app/src/main/assets/i18n | 2 +- app/src/main/res/layout/input_method_view.xml | 2 +- app/src/main/res/values/string.xml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/main/assets/i18n b/app/src/main/assets/i18n index 12cffbc2..58b1dd61 160000 --- a/app/src/main/assets/i18n +++ b/app/src/main/assets/i18n @@ -1 +1 @@ -Subproject commit 12cffbc2188b1c3c9bc9ed482ebb4fcaea2d9ef9 +Subproject commit 58b1dd6190e0e43d9892980b52150449861838ab diff --git a/app/src/main/res/layout/input_method_view.xml b/app/src/main/res/layout/input_method_view.xml index a5c39a95..8939128b 100644 --- a/app/src/main/res/layout/input_method_view.xml +++ b/app/src/main/res/layout/input_method_view.xml @@ -752,7 +752,7 @@ GeneralKeyboardIME.kt android:layout_centerVertical="true" android:layout_marginStart="@dimen/medium_margin" android:background="?android:attr/selectableItemBackgroundBorderless" - android:contentDescription="@string/i18n.app.clipboard.close" + android:contentDescription="@string/i18n.app.clipboard.close_clipboard" android:padding="@dimen/small_margin" android:src="@drawable/ic_arrow_left_vector" android:tint="@color/icon_color" /> diff --git a/app/src/main/res/values/string.xml b/app/src/main/res/values/string.xml index b3ccdafa..b9ab4db4 100644 --- a/app/src/main/res/values/string.xml +++ b/app/src/main/res/values/string.xml @@ -58,9 +58,9 @@ Simple Keyboard\n• Author: Simple Mobile Tools\n• License: GPL-3.0\n• Link: https://github.com/SimpleMobileTools/Simple-Keyboard/blob/main/LICENSE The Scribe developers (SCRIBE) built the iOS application "Scribe - Language Keyboards" (SERVICE) using third party code. All source code used in the creation of this SERVICE comes from sources that allow its full use in the manner done so by the SERVICE. This section lists the source code on which the SERVICE was based as well as the coinciding licenses of each.\n\nThe following is a list of all used source code, the main author or authors of the code, the license under which it was released at time of usage, and a link to the license. About - Clipboard is empty Clear all - Close clipboard + Clipboard is empty + Close clipboard Copied to clipboard Copy to clipboard Clipboard