@sanity/locale-vi-vn
TypeScript icon, indicating that this package has built-in type declarations

1.1.4 • Public • Published

@sanity/locale-vi-vn

Vietnamese / Tiếng Việt language support for Sanity Studio.

Description

This is a community maintained language plugin. Initial translations were done by AI and may have errors. Contributions are more than welcome!

Installation

npm install @sanity/locale-vi-vn

Usage

// sanity.config.ts / sanity.config.js:
import {defineConfig} from 'sanity'
import {viVNLocale} from '@sanity/locale-vi-vn'

export default defineConfig({
  // ...
  plugins: [
    // ... other plugins here ...
    viVNLocale(),
  ],
})

The language should now show up in the Studio's user menu.

If you want to customize the title of the locale, pass it as an option to the plugin:

// sanity.config.ts / sanity.config.js:
import {defineConfig} from 'sanity'
import {viVNLocale} from '@sanity/locale-vi-vn'

export default defineConfig({
  // ...
  plugins: [
    // ... other plugins here ...
    viVNLocale({
      title: 'Vietnamese',
    }),
  ],
})

Maintainers

We are looking for maintainers for this plugin! If you are interested, please send a PR adding yourself as a maintainer.

Contributing

Feel free to contribute improvements/changes! The strings are located in the src folder, where the file name represents the "namespace". Send a pull request, and feel free to add yourself to the contributors array in locales/registry.ts. If you want to help review new translations, add yourself to the maintainers array instead. After doing your changes, run pnpm run reconcile and add the changes to version control.

License

MIT-licensed. See LICENSE.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @sanity/locale-vi-vn

      Weekly Downloads

      3

      Version

      1.1.4

      License

      MIT

      Unpacked Size

      983 kB

      Total Files

      39

      Last publish

      Collaborators

      • christianhg
      • joan_miralles_paez
      • jwoods-sanity
      • armandocerna
      • daniel.malmer
      • jordanl17
      • tambet
      • jtpetty
      • drewsanity
      • refiito
      • sergeisarviro
      • ash
      • indrek.karner
      • cngonzalez-sanity
      • rdunk
      • rneatherway-sanity
      • ricokahler
      • pedro-sanity
      • jonabc
      • kenjonespizza
      • pauloborgesf
      • binoy14
      • simen.svale
      • svirs
      • josh_sanity_io
      • joneidejohnsen
      • nina.andal
      • rankers
      • snorreeb
      • mattcraig
      • vincentquigley
      • stipsan
      • michael-sanity
      • rubioz
      • tonina
      • ritasdias
      • simeonsanity
      • kmelve
      • bjoerge
      • rexxars
      • skogsmaskin
      • robinpyon
      • mariuslundgard
      • sanity-io
      • evenw
      • radhe_sanity
      • rbotten
      • judofyr
      • obliadp
      • dcilke
      • fredcarlsen
      • hermanw
      • sgulseth
      • atombender