Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions apps/svelte.dev/src/lib/packages-meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ const FEATURED: {
description: 'A compiler-based i18n library that emits tree-shakable message functions'
},
{ name: '@wuchale/svelte', description: 'Protobuf-like i18n from plain code' },
{ name: 'svelte-intlayer', description: 'Per-component i18n optimized for you bundle' },
{ name: 'i18n-js' }
]
},
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "svelte-intlayer",
"npm_description": "Per-component i18n optimized for you bundle",
"repo_url": "https://github.com/aymericzip/intlayer",
"authors": ["aymericzip"],
"homepage": "https://intlayer.org",
"version": "8.4.0",
"downloads": 3690,
"github_stars": 631,
"updated": "2026-03-16:43:50.721Z",
"svelte_range": ">5.0.0",
"typescript": true,
"runes": true,
"last_rune_check_version": "0.15.0"
}