From 9c877e1988a6590e0e51b5dfa94908e76a5e9a95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=89=91?= Date: Fri, 1 Aug 2025 17:15:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9EIntl.Locale=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 王剑 --- api/@ohos.i18n.d.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api/@ohos.i18n.d.ts b/api/@ohos.i18n.d.ts index dfb773bd7a..c50de9864a 100644 --- a/api/@ohos.i18n.d.ts +++ b/api/@ohos.i18n.d.ts @@ -1338,6 +1338,7 @@ declare namespace i18n { * @syscap SystemCapability.Global.I18n * @atomicservice * @since 20 + * @arkts 1.1&1.2 */ static getUnicodeWrappedFilePath(path: string, delimiter?: string, locale?: Intl.Locale): string; } @@ -4261,6 +4262,7 @@ declare namespace i18n { * @syscap SystemCapability.Global.I18n * @atomicservice * @since 20 + * @arkts 1.1&1.2 */ export function getSimpleDateTimeFormatByPattern(pattern: string, locale?: Intl.Locale): SimpleDateTimeFormat; @@ -4294,6 +4296,7 @@ declare namespace i18n { * @syscap SystemCapability.Global.I18n * @atomicservice * @since 20 + * @arkts 1.1&1.2 */ export function getSimpleDateTimeFormatBySkeleton(skeleton: string, locale?: Intl.Locale): SimpleDateTimeFormat; @@ -4347,6 +4350,7 @@ declare namespace i18n { * @crossplatform * @atomicservice * @since 20 + * @arkts 1.1&1.2 */ export function getSimpleNumberFormatBySkeleton(skeleton: string, locale?: Intl.Locale): SimpleNumberFormat; -- Gitee