General Translation plugin for Sanity Studio v3.
npm install gt-sanityimport { defineConfig } from 'sanity';
import { gtPlugin } from 'gt-sanity';
export default defineConfig({
plugins: [
gtPlugin({
sourceLocale: 'en',
locales: ['es', 'fr'],
}),
],
});See the full documentation for guides and API reference.