github.com
📊
Track this repo's i18n score
Get an email when the score changes. No spam, one-click unsubscribe.
Track
✓ You're tracking vercel/commerce. Check your inbox.
Automate this fix
Fix all 27 strings in vercel/commerce automatically
Lokali opens a PR translating every string in your repo to 5 languages. Free until you ship.
Not the maintainer?
https://lokali.polsia.app/audit/vercel/commerce
Copy link
README Badge
[](https://lokali.polsia.app/audit/vercel/commerce)
Copy markdown
Paste this into your README to show your i18n score.
Share your score
Turn your audit into a social object — share the card on Twitter, LinkedIn, or your team Slack.
Suggested tweet
I ran an i18n audit on vercel/commerce — 27 hardcoded strings across 11 files. Score: 82/100. Free audit → https://lokali.polsia.app/audit/vercel/commerce
Copy
Sample findings (top 10 of 27)
File Line Type String
app/error.tsx
6
JSX text content
Oh no!
app/error.tsx
14
JSX text content
Try Again
[handle]/page.tsx
120
JSX text content
Related Products
[collection]/page.tsx
44
String literal
No products found in this collection
search/layout.tsx
25
UI attribute
Sort by
search/page.tsx
8
String literal
Search for products in the store.
cart/actions.ts
20
String literal
Error adding item to cart
cart/actions.ts
36
String literal
Error fetching cart
cart/actions.ts
47
String literal
Item not found in cart
cart/actions.ts
50
String literal
Error removing item from cart
Files needing extraction (11)
app/error.tsx app/product/[handle]/page.tsx app/search/[collection]/page.tsx app/search/layout.tsx app/search/page.tsx components/cart/actions.ts components/cart/add-to-cart.tsx components/cart/cart-context.tsx components/cart/delete-item-button.tsx components/cart/edit-item-quantity-button.tsx components/cart/modal.tsx