Socket
Socket
Sign inDemoInstall

@sanity/locale-ko-kr

Package Overview
Dependencies
0
Maintainers
44
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @sanity/locale-ko-kr

Korean / 한국어 locale/translation for Sanity Studio


Version published
Maintainers
44
Created

Readme

Source

@sanity/locale-ko-kr

Korean / 한국어 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-ko-kr

Usage

// sanity.config.ts / sanity.config.js:
import {defineConfig} from 'sanity'
import {koKRLocale} from '@sanity/locale-ko-kr'

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

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 {koKRLocale} from '@sanity/locale-ko-kr'

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

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.

Keywords

FAQs

Last updated on 18 Jan 2024

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc