Skip to content

pantoken / renderers/web-components/src / makeStrings

関数: makeStrings()

makeStrings(locale, overrides?): WebComponentStrings

アルファ

Build a WebComponentStrings object for locale. 曜日名は Intl.DateTimeFormat から派生し(ロケールの週の最初の日に合わせて回転します);その他の文字列は overrides で提供されない限り英語にフォールバックします。

パラメーター

locale

string

overrides?

Partial<WebComponentStrings>

戻り値

WebComponentStrings