diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-09-12 22:32:47 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-12 22:32:47 +0900 |
commit | 70473393e21c4e5583f41372370d8810e03b6531 (patch) | |
tree | 0036b1821883895fcb40d6d295666a10a8f4b7a0 /files/ja/web/javascript/reference/global_objects/intl/pluralrules | |
parent | 55ea2334ffdcc704df84359645f52f6f33674fe2 (diff) | |
download | translated-content-70473393e21c4e5583f41372370d8810e03b6531.tar.gz translated-content-70473393e21c4e5583f41372370d8810e03b6531.tar.bz2 translated-content-70473393e21c4e5583f41372370d8810e03b6531.zip |
「ロケール一致アルゴリズム」をの訳語を「ロケール照合アルゴリズム」に変更 (#2324)
より適切と思われるため
Diffstat (limited to 'files/ja/web/javascript/reference/global_objects/intl/pluralrules')
-rw-r--r-- | files/ja/web/javascript/reference/global_objects/intl/pluralrules/supportedlocalesof/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/javascript/reference/global_objects/intl/pluralrules/supportedlocalesof/index.html b/files/ja/web/javascript/reference/global_objects/intl/pluralrules/supportedlocalesof/index.html index 4148418e66..b45d5b10b6 100644 --- a/files/ja/web/javascript/reference/global_objects/intl/pluralrules/supportedlocalesof/index.html +++ b/files/ja/web/javascript/reference/global_objects/intl/pluralrules/supportedlocalesof/index.html @@ -41,7 +41,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Intl/PluralRules/support <h2 id="Description" name="Description">解説</h2> -<p><code>locales</code> で提供されている言語タグのサブセットを含む配列を返します。返される言語タグは、ランタイムが複数形のロケールに対応しているもので、使用しているロケール一致アルゴリズムで一致しているとみなされているものです。</p> +<p><code>locales</code> で提供されている言語タグのサブセットを含む配列を返します。返される言語タグは、ランタイムが複数形のロケールに対応しているもので、使用しているロケール照合アルゴリズムで一致しているとみなされているものです。</p> <h2 id="Examples" name="Examples">例</h2> |