Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds "Append TextAnnotation" property for en and ru locale #25

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to [bpmn-js-i18n](https://github.com/bpmn-io/bpmn-js-i18n) a

## Unreleased

* `FEAT`: add `Append TextAnnotation` property for English and Russian locale ([#22](https://github.com/bpmn-io/bpmn-js-i18n/issues/22))

# 1.1.1

* `FIX`: correct typos in [Russian locale](/translations/ru.js)
Expand All @@ -14,4 +16,4 @@ All notable changes to [bpmn-js-i18n](https://github.com/bpmn-io/bpmn-js-i18n) a

## 1.0.0

Initial released version.
Initial released version.
1 change: 1 addition & 0 deletions translations/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export default {
"Append ReceiveTask": "Append ReceiveTask",
"Append SignalIntermediateCatchEvent": "Append SignalIntermediateCatchEvent",
"Append Task": "Append Task",
"Append TextAnnotation": "Append TextAnnotation",
"Append TimerIntermediateCatchEvent": "Append TimerIntermediateCatchEvent",
"Append compensation activity": "Append compensation activity",
"Append element": "Append element",
Expand Down
1 change: 1 addition & 0 deletions translations/ru.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export default {
"Append ReceiveTask": "Добавить задачу получения сообщения",
"Append SignalIntermediateCatchEvent": "Добавить обработчик промежуточного события-сигнала",
"Append Task": "Добавить задачу",
"Append TextAnnotation": "Добавить комментарий",
"Append TimerIntermediateCatchEvent": "Добавить обработчик промежуточного события-таймера",
"Append compensation activity": "Добавить компенсирующее действие",
"Append element": "Добавить элемент",
Expand Down