Skip to content

Commit

Permalink
docs: correct translations.js example reference
Browse files Browse the repository at this point in the history
This broke with the unification of our bpmn-js-examples (bpmn-io/bpmn-js-examples#263).
  • Loading branch information
nikku authored and fake-join[bot] committed Nov 30, 2023
1 parent a90f84a commit bb6763a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This repository collects community maintained translations for [bpmn-js](https:/

## 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/master/i18n/app/customTranslate/translations.js) with one of the language files in this repository.
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
Expand Down

0 comments on commit bb6763a

Please sign in to comment.