{
  "name": "Paraglide (i18n)",
  "description": "Type-safe i18n with localized routing and message bundles.",
  "phase": "add-on",
  "modes": ["file-router"],
  "type": "add-on",
  "category": "i18n",
  "color": "#14B8A6",
  "priority": 30,
  "link": "https://github.com/opral/paraglide-js",
  "routes": [
    {
      "icon": "Languages",
      "url": "/demo/i18n",
      "name": "I18n example",
      "path": "src/routes/demo.i18n.tsx",
      "jsName": "I18nDemo"
    }
  ],
  "integrations": [
    {
      "type": "header-user",
      "path": "src/components/LocaleSwitcher.tsx",
      "jsName": "ParaglideLocaleSwitcher"
    }
  ]
}
