Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Intl/* with Intl.* in {{jsxref}} macros #8136

Merged
merged 1 commit into from
Aug 20, 2021

Conversation

mfuji09
Copy link
Contributor

@mfuji09 mfuji09 commented Aug 20, 2021

Issue number that this PR fixes (if any). For example: 'Fixes #987654321'

none

What was wrong/why is this fix needed? (quick summary only)

Replace Intl/* with Intl.* in {{jsxref}} macros because Intl/* (ex. Intl/Collator) never appear in codes.

Anything else that could help us review it

Replace Intl/* with Intl.*
@mfuji09 mfuji09 requested a review from a team as a code owner August 20, 2021 14:14
@mfuji09 mfuji09 requested review from sideshowbarker and removed request for a team August 20, 2021 14:14
@github-actions
Copy link
Contributor

Preview URLs

Flaws

None! 🎉

External URLs

URL: /en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl
Title: Intl
on GitHub


URL: /en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat
Title: Intl.NumberFormat
on GitHub

No new external URLs


URL: /en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/format
Title: Intl.NumberFormat.prototype.format()
on GitHub

No new external URLs


URL: /en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/resolvedOptions
Title: Intl.NumberFormat.prototype.resolvedOptions()
on GitHub

No new external URLs


URL: /en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/ListFormat/resolvedOptions
Title: Intl.ListFormat.prototype.resolvedOptions()
on GitHub

No new external URLs


URL: /en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Collator/compare
Title: Intl.Collator.prototype.compare()
on GitHub

No new external URLs


URL: /en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Collator/resolvedOptions
Title: Intl.Collator.prototype.resolvedOptions()
on GitHub

No new external URLs


URL: /en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DisplayNames/resolvedOptions
Title: Intl.DisplayNames.prototype.resolvedOptions()
on GitHub

No new external URLs


URL: /en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/PluralRules/resolvedOptions
Title: Intl.PluralRules.prototype.resolvedOptions()
on GitHub

No new external URLs


URL: /en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/PluralRules/select
Title: Intl.PluralRules.select()
on GitHub

No new external URLs


URL: /en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/RelativeTimeFormat/resolvedOptions
Title: Intl.RelativeTimeFormat.prototype.resolvedOptions()
on GitHub

No new external URLs


URL: /en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/resolvedOptions
Title: Intl.DateTimeFormat.prototype.resolvedOptions()
on GitHub

No new external URLs


URL: /en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/toLocaleString
Title: Number.prototype.toLocaleString()
on GitHub

No new external URLs


URL: /en-US/docs/Web/JavaScript/Guide/Text_formatting
Title: Text formatting
on GitHub

No new external URLs

Copy link
Contributor

@teoli2003 teoli2003 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch!

@teoli2003 teoli2003 merged commit 84ff708 into mdn:main Aug 20, 2021
@mfuji09 mfuji09 deleted the 20210820-Intl-members branch August 20, 2021 16:18
wbamberg added a commit to wbamberg/content that referenced this pull request Aug 20, 2021
…remove-seosummary-nomatch

* origin/remove-seosummary-nomatch:
  Fixed typo (mdn#8139)
  Fix link to fragment on same page (mdn#8128)
  Fix sectioning problem and remove redirect in Using the Painting API (mdn#8130)
  Fix sectioning flaw in WebGL Boilerplate #1 (mdn#8131)
  Remove {{draft}} from HTMLMediaElement.videoTracks (mdn#8129)
  Replace Intl/* with Intl.* (mdn#8136)
  chore(deps): bump @mdn/yari from 0.4.723 to 0.4.731 (mdn#8135)
  Convert Houdini docs to markdown
  Rename Houdini docs from .html to .md
  Move Web/Houdini to Web/Guide/Houdini
  Move files to CSS/CSS_Backgrounds_and_Borders (mdn#8121)
  Fix live sample box size in font-synthesis (mdn#8120)
  Remove all occurrences of dragexit event and ondragexit h… (mdn#8113)
  Clarify “How the Web works” section describing parse order (mdn#8108)
  Fix a link in Global_Objects/Object/propertyIsEnumerable (mdn#8119)
  Remove seoSummary, part 2 (mdn#8115)
  Remove seoSummary, part 1 (mdn#8114)
  index.html: typo (match </th> with opening <th>) (mdn#8112)
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 20, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants