Closed bc-andreadao closed 2 months ago
Latest commit: 36253bc15d512a645a308c6a06ba16036dec2406
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
catalyst-latest | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 6, 2024 7:39pm |
With #1333 we need to update the folder location of some of the objects we set for localization.
@jorgemoya It looks like PR 1333 is merged. Can my PR be approved?
I think I confused things @bc-andreadao. What I meant to say is that with the latest changes from #1333, the i18n.ts
file no longer exists, instead we define languages in routing.ts
inside the i18n
folder. Do you think we should also include that update to the documentation in this PR?
@jorgemoya Ah I see, thanks for clarifying. If you could help me make the changes to this PR that would work
@bc-andreadao Yeah I will!
Lighthouse ran against https://catalyst-latest-5y3jb7zpt-bigcommerce-platform.vercel.app
We ran Lighthouse against the changes on a desktop and produced this report. Here's the summary:
Category | Score |
---|---|
🟠 Performance | 79 |
🟢 Accessibility | 100 |
🟢 Best practices | 96 |
🟠 SEO | 82 |
We ran Lighthouse against the changes on a mobile and produced this report. Here's the summary:
Category | Score |
---|---|
🟢 Performance | 100 |
🟢 Accessibility | 100 |
🟢 Best practices | 96 |
🟠 SEO | 85 |
What/Why?
This PR adds the localization overview & guide back into the docs for DEVDOCS-6062.
PR 1298, where I originally added the localization overview & guide, was reverted in PR 1306. The reason was that subdirectories aren't supported for the catalyst.dev repository (https://bigcommerce.slack.com/archives/C0740QWEF9R/p1724446019589669), so the docs would not appear in the navigation bar.
This PR adds the overview & guide back into the docs, but places them under the /docs directory (no subdirectories).
See PR 21 for new navigation bar changes. Must merge this PR before PR 21.
Testing
N / A