From 725cb7dd80ef74bf565d3f18833504abe32013d9 Mon Sep 17 00:00:00 2001 From: LY Date: Sat, 7 Jun 2025 13:40:14 +0000 Subject: [PATCH 1/2] update api/@ohos.i18n.d.ts. Signed-off-by: LY --- api/@ohos.i18n.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.i18n.d.ts b/api/@ohos.i18n.d.ts index f7f33f657d..77bf7432c3 100644 --- a/api/@ohos.i18n.d.ts +++ b/api/@ohos.i18n.d.ts @@ -834,7 +834,7 @@ declare namespace i18n { * @systemapi * @since 20 */ - static getUsingNumberingSystems(): string; + static getUsingNumberingSystem(): string; /** * Sets the numbering system used by the system locale. -- Gitee From e197cd9e7665ecc59a52b0f840894ddfdc1a257b Mon Sep 17 00:00:00 2001 From: LY Date: Wed, 11 Jun 2025 10:01:36 +0000 Subject: [PATCH 2/2] update api/@ohos.i18n.d.ts. Signed-off-by: LY --- api/@ohos.i18n.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/@ohos.i18n.d.ts b/api/@ohos.i18n.d.ts index 77bf7432c3..4de596fd59 100644 --- a/api/@ohos.i18n.d.ts +++ b/api/@ohos.i18n.d.ts @@ -822,7 +822,7 @@ declare namespace i18n { * @systemapi * @since 20 */ - static setSystemMeasurement(identifier: string):void; + static setSystemMeasurement(identifier: string): void; /** * Gets numbering system currently used by system locale. @@ -849,7 +849,7 @@ declare namespace i18n { * @systemapi * @since 20 */ - static setSystemNumberingSystem(identifier: string):void; + static setSystemNumberingSystem(identifier: string): void; /** * Gets numbering systems supported by system locale. -- Gitee