From f2f4937eae2a438a93edf3b9dbb58e7daea705bb Mon Sep 17 00:00:00 2001 From: Nico Rehwaldt Date: Thu, 30 Nov 2023 08:26:05 +0100 Subject: [PATCH] docs: correct `translations.js` example reference This broke with the unification of our bpmn-js-examples (https://github.com/bpmn-io/bpmn-js-examples/pull/263). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d8b424..2bec5ad 100644 --- a/README.md +++ b/README.md @@ -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