Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/.ja/guide/essentials/datetime.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Vue I18nで日時の値をローカライズするには、`$d`を使います
## カスタムフォーマット

:::danger 備考
[IE](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/formatToParts)では`Intl.DateTimeForamt#formatToParts`のサポートがないため、カスタムフォーマットは使えません。
[IE](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/formatToParts)では`Intl.DateTimeFormat#formatToParts`のサポートがないため、カスタムフォーマットは使えません。

使いたい場合、[polyfill](https://github.com/formatjs/formatjs/tree/main/packages/intl-datetimeformat)を使う必要があります。
:::
Expand Down Expand Up @@ -160,4 +160,4 @@ DatetimeFormatコンポーネントにはいくつかのpropsがあります。

DatetimeFormat コンポーネントのスコープ解決は Translation コンポーネントと同じです。

詳細は、[こちら](../advanced/component.md#scope-resolving)のドキュメントをお読みください。
詳細は、[こちら](../advanced/component.md#scope-resolving)のドキュメントをお読みください。
4 changes: 2 additions & 2 deletions docs/guide/essentials/datetime.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ As result the below:
## Custom Formatting

:::danger NOTE
Not supported IE, due to no support `Intl.DateTimeForamt#formatToParts` in [IE](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/formatToParts)
Not supported IE, due to no support `Intl.DateTimeFormat#formatToParts` in [IE](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/formatToParts)

If you want to use it, you need to use [polyfill](https://github.com/formatjs/formatjs/tree/main/packages/intl-datetimeformat)
:::
Expand Down Expand Up @@ -164,4 +164,4 @@ Full list of the supported scoped slots as well as other `i18n-d`, properties ca

The Scope resolving of DatetimeFormat component is same as Translation component.

See the [here](../advanced/component.md#scope-resolving)
See the [here](../advanced/component.md#scope-resolving)