Skip to content

Commit 6ed8629

Browse files
committed
i18n category
1 parent 6d9812b commit 6ed8629

File tree

3 files changed

+36
-0
lines changed

3 files changed

+36
-0
lines changed

apps/svelte.dev/src/lib/packages-meta.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,14 @@ const FEATURED: {
175175
'@passlock/sveltekit'
176176
]
177177
},
178+
{
179+
title: 'Internationalization (i18n)',
180+
packages: [
181+
'@inlang/paraglide-js',
182+
'wuchale',
183+
'i18n-js'
184+
]
185+
},
178186
{
179187
title: 'Third party services',
180188
packages: [
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "i18n-js",
3+
"description": "A small library to provide i18n translations in JavaScript.",
4+
"repo_url": "https://github.com/themesberg/flowbite-svelte",
5+
"authors": ["jjagielka", "zoliszogyenyi", "shinichiokada"],
6+
"homepage": "https://flowbite-svelte.com/",
7+
"downloads": 41138,
8+
"updated": "2025-09-23T06:12:38.140Z",
9+
"runes": false,
10+
"github_stars": 2616,
11+
"typescript": true,
12+
"version": "1.13.16",
13+
"last_rune_check_version": "4.5.0"
14+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "wuchale",
3+
"description": "wuchale is a compile-time internationalization (i18n) toolkit that requires zero code changes.",
4+
"repo_url": "https://github.com/themesberg/flowbite-svelte",
5+
"authors": ["jjagielka", "zoliszogyenyi", "shinichiokada"],
6+
"homepage": "https://flowbite-svelte.com/",
7+
"downloads": 41138,
8+
"updated": "2025-09-23T06:12:38.140Z",
9+
"runes": false,
10+
"github_stars": 2616,
11+
"typescript": true,
12+
"version": "0.16.4",
13+
"last_rune_check_version": "0.16.3"
14+
}

0 commit comments

Comments
 (0)