Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bpmn-io/bpmn-js-i18n
Internationalization resources for bpmn-js
https://github.com/bpmn-io/bpmn-js-i18n
bpmn-js i18n
Last synced: 6 days ago
JSON representation
Internationalization resources for bpmn-js
- Host: GitHub
- URL: https://github.com/bpmn-io/bpmn-js-i18n
- Owner: bpmn-io
- License: mit
- Created: 2019-01-08T08:29:04.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-04-24T08:17:37.000Z (7 months ago)
- Last Synced: 2024-04-24T14:16:53.777Z (7 months ago)
- Topics: bpmn-js, i18n
- Language: JavaScript
- Homepage:
- Size: 96.7 KB
- Stars: 57
- Watchers: 9
- Forks: 72
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-bpmn-io - bpmn-js-i18n - Internationalization resources for bpmn-js (Extensions)
README
## bpmn-js translations
[![CI](https://github.com/bpmn-io/bpmn-js-i18n/actions/workflows/CI.yml/badge.svg)](https://github.com/bpmn-io/bpmn-js-i18n/actions/workflows/CI.yml)
This repository collects community maintained translations for [bpmn-js](https://github.com/bpmn-io/bpmn-js) user interface elements, messages and tooltips.
## Available Translations
* [Chinese](./translations/zn.js)
* [French](./translations/fr.js)
* [German](./translations/de.js)
* [Italian](./translations/it.js)
* [Japanese](./translations/ja.js)
* [Polish](./translations/pl.js)
* [Portuguese](./translations/pt.js)
* [Russian](./translations/ru.js)
* [Spanish](./translations/es.js)## Use a Translation
Follow along the [i18n example](https://github.com/bpmn-io/bpmn-js-examples/tree/master/i18n) and replace the [`translations.js` stub](https://github.com/bpmn-io/bpmn-js-examples/blob/main/i18n/src/customTranslate/translations.js) with one of the language files in this repository.
## Contributing
Create a [new language file](https://github.com/bpmn-io/bpmn-js-i18n/new/master/translations) and contribute a translation. Use [`en.js`](./translations/en.js) as a starting point.
## License
MIT