diff options
| author | 3indblown Leaf <69508345+kraccoon-dev@users.noreply.github.com> | 2022-02-12 20:27:08 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-12 20:27:08 +0900 |
| commit | 45dd46e6b17e45bcb3655c53eb921119359336f7 (patch) | |
| tree | 3ee3abbf686e8246443e524cb0b1c621a234e69f /files/ko/web/javascript/reference/global_objects/intl | |
| parent | 2dd772abc32d1621fbeb62ee0bd9941820323dc3 (diff) | |
| download | translated-content-45dd46e6b17e45bcb3655c53eb921119359336f7.tar.gz translated-content-45dd46e6b17e45bcb3655c53eb921119359336f7.tar.bz2 translated-content-45dd46e6b17e45bcb3655c53eb921119359336f7.zip | |
remove all span tags 2 (#3921)
Diffstat (limited to 'files/ko/web/javascript/reference/global_objects/intl')
| -rw-r--r-- | files/ko/web/javascript/reference/global_objects/intl/locale/index.html | 4 | ||||
| -rw-r--r-- | files/ko/web/javascript/reference/global_objects/intl/locale/language/index.html | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/files/ko/web/javascript/reference/global_objects/intl/locale/index.html b/files/ko/web/javascript/reference/global_objects/intl/locale/index.html index afb7fa181f..12759efab6 100644 --- a/files/ko/web/javascript/reference/global_objects/intl/locale/index.html +++ b/files/ko/web/javascript/reference/global_objects/intl/locale/index.html @@ -12,7 +12,9 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Intl/Locale --- <div>{{JSRef}}</div> -<p><span >The <strong><code>Intl.Locale</code></strong> constructor is a standard built-in property of the Intl object that represents a Unicode locale identifier.</span></p> + +<p>The <strong><code>Intl.Locale</code></strong> constructor is a standard built-in property of the Intl object that represents a Unicode locale identifier.</p> + <p>{{EmbedInteractiveExample("pages/js/intl-locale.html")}}</p> diff --git a/files/ko/web/javascript/reference/global_objects/intl/locale/language/index.html b/files/ko/web/javascript/reference/global_objects/intl/locale/language/index.html index a950eb1b71..1941356e98 100644 --- a/files/ko/web/javascript/reference/global_objects/intl/locale/language/index.html +++ b/files/ko/web/javascript/reference/global_objects/intl/locale/language/index.html @@ -7,7 +7,9 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Intl/Locale/language <div></div> -<p><span ><strong><code>Intl.Locale.prototype.language</code></strong> 속성은 locale과 관련된 언어를 반환하는 접근자 속성입니다.</span></p> + +<p><strong><code>Intl.Locale.prototype.language</code></strong> 속성은 locale과 관련된 언어를 반환하는 접근자 속성입니다.</p> + <h2 id="Description">Description</h2> |
