Skip to content

pantoken / renderers/web-components/src / makeStrings

函式: makeStrings()

makeStrings(locale, overrides?): WebComponentStrings

Alpha(內測)

locale 構建一個 WebComponentStrings 物件。 星期名稱取自 Intl.DateTimeFormat(並會旋轉至該地區的週首日 );所有其他字串若未在 overrides 中提供,則回退為英文。

參數

locale

string

overrides?

Partial<WebComponentStrings>

回傳

WebComponentStrings