From 69123203564d3701b0aae141b021c61a9e426b12 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Fri, 24 Sep 2021 22:53:57 +0900 Subject: 変換のための準備 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../global_objects/intl/locale/locale/index.html | 59 ---------------------- .../global_objects/intl/locale/locale/index.md | 59 ++++++++++++++++++++++ 2 files changed, 59 insertions(+), 59 deletions(-) delete mode 100644 files/ja/web/javascript/reference/global_objects/intl/locale/locale/index.html create mode 100644 files/ja/web/javascript/reference/global_objects/intl/locale/locale/index.md (limited to 'files/ja') diff --git a/files/ja/web/javascript/reference/global_objects/intl/locale/locale/index.html b/files/ja/web/javascript/reference/global_objects/intl/locale/locale/index.html deleted file mode 100644 index 62c1926fe4..0000000000 --- a/files/ja/web/javascript/reference/global_objects/intl/locale/locale/index.html +++ /dev/null @@ -1,59 +0,0 @@ ---- -title: Intl.Locale() コンストラクター -slug: Web/JavaScript/Reference/Global_Objects/Intl/Locale/Locale -tags: - - Constructor - - Intl - - JavaScript - - Locale - - Reference - - コンストラクター - - ロケール -translation_of: Web/JavaScript/Reference/Global_Objects/Intl/Locale/Locale ---- -
{{JSRef}}
- -

Intl.Locale コンストラクターは、 Intl オブジェクトの標準組み込みプロパティで、 Unicode ロケール識別子を表します。

- -
{{EmbedInteractiveExample("pages/js/intl-locale.html")}}
- -

構文

- -
new Intl.Locale(tag [, options])
- -

引数

- -
-
tag
-
Unicode ロケール識別子の文字列です。
-
options
-
ロケールの構成を含むオブジェクトです。キーは Unicode ロケールタグで、値は有効な Unicode タグ値です。
-
- -

仕様書

- - - - - - - - - - - - -
仕様書
{{SpecName('ES Int Draft', '#sec-intl-locale-constructor')}}
- -

ブラウザーの互換性

- -
-

{{Compat("javascript.builtins.Intl.Locale.Locale")}}

-
- -

関連情報

- - diff --git a/files/ja/web/javascript/reference/global_objects/intl/locale/locale/index.md b/files/ja/web/javascript/reference/global_objects/intl/locale/locale/index.md new file mode 100644 index 0000000000..62c1926fe4 --- /dev/null +++ b/files/ja/web/javascript/reference/global_objects/intl/locale/locale/index.md @@ -0,0 +1,59 @@ +--- +title: Intl.Locale() コンストラクター +slug: Web/JavaScript/Reference/Global_Objects/Intl/Locale/Locale +tags: + - Constructor + - Intl + - JavaScript + - Locale + - Reference + - コンストラクター + - ロケール +translation_of: Web/JavaScript/Reference/Global_Objects/Intl/Locale/Locale +--- +
{{JSRef}}
+ +

Intl.Locale コンストラクターは、 Intl オブジェクトの標準組み込みプロパティで、 Unicode ロケール識別子を表します。

+ +
{{EmbedInteractiveExample("pages/js/intl-locale.html")}}
+ +

構文

+ +
new Intl.Locale(tag [, options])
+ +

引数

+ +
+
tag
+
Unicode ロケール識別子の文字列です。
+
options
+
ロケールの構成を含むオブジェクトです。キーは Unicode ロケールタグで、値は有効な Unicode タグ値です。
+
+ +

仕様書

+ + + + + + + + + + + + +
仕様書
{{SpecName('ES Int Draft', '#sec-intl-locale-constructor')}}
+ +

ブラウザーの互換性

+ +
+

{{Compat("javascript.builtins.Intl.Locale.Locale")}}

+
+ +

関連情報

+ + -- cgit v1.2.3-54-g00ecf