From c3981c7a4b6578a6d9dc7307d87b92084b64f15e Mon Sep 17 00:00:00 2001 From: ahfoysal Date: Mon, 6 Jul 2026 17:27:17 +0600 Subject: [PATCH] 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