BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/bazza/ui/data-table-filter-i18n

Data table filter - i18n (add-on)

bazza-ui/data-table-filter-i18n
FreeBlock

An add-on for the data table filter component to provide i18n support.

Install it

npx shadcn@latest add https://bazza-ui.com/r/data-table-filter-i18n.json

Source

registry/data-table-filter/lib/i18n.tsbazza-ui.com/r/data-table-filter-i18n.json
1import de from '../locales/de.json'
2import en from '../locales/en.json'
3import fr from '../locales/fr.json'
4import nl from '../locales/nl.json'
5import zh_CN from '../locales/zh-CN.json'
6import zh_TW from '../locales/zh-TW.json'
7
8export type Locale = 'en' | 'fr' | 'nl' | 'zh_CN' | 'zh_TW' | 'de'
9
10type Translations = Record<string, string>
11
12const translations: Record<Locale, Translations> = {
13 en,
14 fr,
15 zh_CN,
16 zh_TW,
17 nl,
18 de,
19}
20
21export function t(key: string, locale: Locale): string {
22 return translations[locale][key] ?? key
23}

What it pulls in

npm packages

  • @tanstack/react-table@8.21.2

Files it writes

  • registry/data-table-filter/lib/i18n.ts
  • registry/data-table-filter/locales/en.json
  • registry/data-table-filter/locales/fr.json
  • registry/data-table-filter/locales/zh-CN.json
  • registry/data-table-filter/locales/zh-TW.json
  • registry/data-table-filter/locales/nl.json
  • registry/data-table-filter/locales/de.json

Facts

Registry
bazza/ui
Type
registry:block
Access
Free
Files written
7
Licence
MIT
In the index
at or before 2026-08-11
Last confirmed
today

Go to the source

bazza-ui.com bazzalabs/ui on GitHub Raw registry item This item as JSON

More from bazza/ui

All 3 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Data table filterdata-table-filterbazza/uiBlocksFree1 dep · 22 files
Data table filter - TanStack Table (add-on)data-table-filter-tstbazza/uiBlocksFreeno deps · 2 files

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

ToolDrift

What the AI coding tools changed last night

tooldrift.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex