From 4e9e75164a3b12941c5cb6f3e9e34f004a0008fa Mon Sep 17 00:00:00 2001 From: chenjiafeng-opneharmony Date: Thu, 11 Sep 2025 21:47:47 +0800 Subject: [PATCH] =?UTF-8?q?Description:=20=E6=96=B0=E5=A2=9E=E5=AD=97?= =?UTF-8?q?=E7=AC=A6=E8=AE=A1=E6=95=B0=E5=99=A8=E6=A0=BC=E5=BC=8F=E5=8C=96?= =?UTF-8?q?=E5=AD=97=E7=AC=A6=E4=B8=B2=20IssueNo:=20https://gitee.com/open?= =?UTF-8?q?harmony/arkui=5Face=5Fengine/issues/ICXM2S=20Feature=20or=20Bug?= =?UTF-8?q?fix:=20Bugfix=20Binary=20Source:No=20Signed-off-by:=20chenjiafe?= =?UTF-8?q?ng=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- systemres/main/resources/ar/element/string.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/systemres/main/resources/ar/element/string.json b/systemres/main/resources/ar/element/string.json index d7978bcc..8c1201c7 100644 --- a/systemres/main/resources/ar/element/string.json +++ b/systemres/main/resources/ar/element/string.json @@ -1721,6 +1721,10 @@ "attr":{ "priority":"translate" } + }, + { + "name": "textinput_text_counter", + "value": "%2$d/%1$d" } ] } \ No newline at end of file -- Gitee