🚀 DAY 3 OF LAUNCH WEEK:Announcing Bun and vlt Support in Socket.Learn more →
Socket
Book a DemoInstallSign in
Socket

@inlang/inlang-typesafe-i18n-adapter

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@inlang/inlang-typesafe-i18n-adapter

Provides a way to automatically import all keys and translations into typesafe-i18n.

unpublished
latest
npmnpm
Version
0.0.2
Version published
Maintainers
2
Created
Source

Inlang typesafe-i18n adapter

Automatically retrieve all translations from the Inlang translation management platform to the typesafe-i18n package.

Getting started

  • Fill in the database details in the .env at the root of your project
VITE_PUBLIC_SUPABASE_ANON_KEY="your-anon-key"
VITE_PUBLIC_SUPABASE_URL="your-supabase-url"
  • Write the project id to inlang.json
{
    ProjectId: "your-id-here"
}
  • Run npx ts-node @inlang/inlang-typesafe-i18n-adapter

  • Add your translations to the dashboard and see them appear in your project!

Keywords

i18n

FAQs

Package last updated on 17 Oct 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts