diff options
author | atyamash <atyamash@yahoo-corp.jp> | 2022-02-12 23:15:20 +0900 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2022-02-16 00:30:00 +0800 |
commit | ba64b95982c1b53696644a033accf800a4e82c09 (patch) | |
tree | 081f6c81bf8ed527b6353b0d8260da397d9f8fc5 /files/ja/web/javascript/reference/global_objects/intl | |
parent | edb6bb1bec160af6deb6eb1ec9893d69dfe17425 (diff) | |
download | translated-content-ba64b95982c1b53696644a033accf800a4e82c09.tar.gz translated-content-ba64b95982c1b53696644a033accf800a4e82c09.tar.bz2 translated-content-ba64b95982c1b53696644a033accf800a4e82c09.zip |
fix typos
Diffstat (limited to 'files/ja/web/javascript/reference/global_objects/intl')
3 files changed, 3 insertions, 3 deletions
diff --git a/files/ja/web/javascript/reference/global_objects/intl/locale/language/index.html b/files/ja/web/javascript/reference/global_objects/intl/locale/language/index.html index 7c85ef6fcd..e555f021cc 100644 --- a/files/ja/web/javascript/reference/global_objects/intl/locale/language/index.html +++ b/files/ja/web/javascript/reference/global_objects/intl/locale/language/index.html @@ -22,7 +22,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Intl/Locale/language <h2 id="Examples" name="Examples">例</h2> -<h3 id="Setting_the_script_in_the_locale_identifer_string_argument" name="Setting_the_script_in_the_locale_identifer_string_argument">ロケール識別子の文字列引数で言語を設定</h3> +<h3 id="Setting_the_script_in_the_locale_identifier_string_argument" name="Setting_the_script_in_the_locale_identifier_string_argument">ロケール識別子の文字列引数で言語を設定</h3> <p>有効な Unicode 言語識別子となるためには、文字列は言語サブタグで始めなければなりません。 {{jsxref("Locale/Locale", "Locale")}} コンストラクターの主要な引数には、有効な Unicode ロケール識別子がなければならないので、コンストラクターを使用する際には必ず言語サブタグを持つ識別子を渡さなければなりません。</p> diff --git a/files/ja/web/javascript/reference/global_objects/intl/locale/region/index.html b/files/ja/web/javascript/reference/global_objects/intl/locale/region/index.html index 7fb602d156..bccc23dc8b 100644 --- a/files/ja/web/javascript/reference/global_objects/intl/locale/region/index.html +++ b/files/ja/web/javascript/reference/global_objects/intl/locale/region/index.html @@ -22,7 +22,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Intl/Locale/region <h2 id="Examples" name="Examples">例</h2> -<h3 id="Setting_the_region_in_the_locale_identifer_string_argument" name="Setting_the_region_in_the_locale_identifer_string_argument">ロケール識別子の文字列引数で地域を設定</h3> +<h3 id="Setting_the_region_in_the_locale_identifier_string_argument" name="Setting_the_region_in_the_locale_identifier_string_argument">ロケール識別子の文字列引数で地域を設定</h3> <p>地域は、有効な Unicode 言語識別子文字列の3番目の部分であり、これを {{jsxref("Locale/Locale", "Locale")}} コンストラクターに渡すロケール識別子文字列に追加することで設定することができます。なお、地域はロケール識別子の必須項目ではありません。</p> diff --git a/files/ja/web/javascript/reference/global_objects/intl/locale/script/index.html b/files/ja/web/javascript/reference/global_objects/intl/locale/script/index.html index d99ddca2f5..df886d594d 100644 --- a/files/ja/web/javascript/reference/global_objects/intl/locale/script/index.html +++ b/files/ja/web/javascript/reference/global_objects/intl/locale/script/index.html @@ -22,7 +22,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Intl/Locale/script <h2 id="Examples" name="Examples">例</h2> -<h3 id="Setting_the_script_in_the_locale_identifer_string_argument" name="Setting_the_script_in_the_locale_identifer_string_argument">ロケール識別子の文字列引数で文字体系を設定</h3> +<h3 id="Setting_the_script_in_the_locale_identifier_string_argument" name="Setting_the_script_in_the_locale_identifier_string_argument">ロケール識別子の文字列引数で文字体系を設定</h3> <p>文字体系は、有効な Unicode 言語識別子文字列の2番目の部分であり、これを {{jsxref("Locale/Locale", "Locale")}} コンストラクターに渡すロケール識別子文字列に追加することで設定することができます。なお、文字体系はロケール識別子の必須項目ではありません。</p> |