Internationalization Demo

This page demonstrates the @effuse/i18n package with reactive locale switching.

@effuse/i18nType-Safe KeysReactive Signals

Welcome to the i18n demo

Current locale:en

Hello, Developer!

Hi Developer, you are building Effuse v0.1.0 — an amazing journey into modern i18n!

Features

  • Type-safe translation keys with autocomplete
  • Variable interpolation with {{brackets}}
  • Reactive locale switching with signals
  • Nested translation keys support
3 items

Built with Effuse and @effuse/i18n

const i18n = useStore('i18n');
const t = computed(() => i18n.translations.value);

<span>{t.value?.welcome}</span>