JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q98011F
  • License MIT

conventional-commit-types internationalization version.

Package Exports

  • @yi-xu-0100/conventional-commit-types-i18n

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@yi-xu-0100/conventional-commit-types-i18n) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

⚡️ conventional-commit-types-i18n

conventional-commit-types internationalization version.

Release in NPM and GPR.

sync2gitee(list) Build Release code coverage

npm download Github last commit Github latest release Github license

views views per week clones clones per week

🚀 Usage

⚡ Installation

npm i @yi-xu-0100/conventional-commit-types-i18n

🎨 Example

const { getTypes } = require('@yi-xu-0100/conventional-commit-types-i18n');
const conventionalCommitsTypes = getTypes('en');
console.log(conventionalCommitsTypes.types['feat'].title); // Features

✅ Support

Available locales are as same as the available display languages of Visual Studio Code.

Language Locale files Contributors
English en.json conventional-commit-types
Simplified Chinese zh-cn.json yi_Xu, conventional-commit-types-zh-cn
Traditional Chinese zh-tw.json Google Translate
French fr.json Google Translate
German de.json Google Translate
Italian it.json Fabio Di Stasio
Spanish es.json Google Translate
Japanese ja.json Google Translate
Korean ko.json Google Translate
Russian ru.json Google Translate
Bulgarian bg.json Google Translate
Hungarian hu.json Google Translate
Portuguese (Brazil) pt-br.json Google Translate
Turkish tr.json Google Translate

📄 License

🎉 Thanks