1.1.4 • Published 1 month ago

@sanity/locale-cs-cz v1.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

@sanity/locale-cs-cz

Czech / Čeština 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-cs-cz

Usage

// sanity.config.ts / sanity.config.js:
import {defineConfig} from 'sanity'
import {csCZLocale} from '@sanity/locale-cs-cz'

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

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 {csCZLocale} from '@sanity/locale-cs-cz'

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

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.

1.1.4

1 month ago

1.1.3

2 months ago

1.1.2

2 months ago

1.1.1

3 months ago

1.1.0

3 months ago

1.0.3

4 months ago

1.0.2

4 months ago

1.0.1

5 months ago

1.0.0

5 months ago

0.1.1

5 months ago

0.1.0

5 months ago

0.0.0

5 months ago