Skip to content
Merged
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
7 changes: 6 additions & 1 deletion sitegen/home.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,12 @@ van.add(document.body, Counter())
td(Link("Ufbr", "https://github.com/zakarialaoui10/ufbr")),
td("Universal client side file based routing for ", VanJS(), " and others"),
td(Link("Zakaria Elalaoui", "https://github.com/zakarialaoui10")),
),
),
tr(
td(Link("Van I18n", "https://github.com/zakarialaoui10/van-i18n")),
td("reactive i18n provider for ", VanJS(), " apps"),
td(Link("Zakaria Elalaoui", "https://github.com/zakarialaoui10")),
),
),
),
H2("Support & Feedback"),
Expand Down