//Migrated from: https://wikimedia.mingle.thoughtworks.com/projects/language_engineering/cards/4251 //
== Context ==
It may be useful for the translator to see a definition of a word in the same language and not only the translation to another language.
== Narrative ==
As a translator, I can see a dictionary definition of a word in addition to the translation to another language, so that I'll be sure that I understand the word correctly.
== //Acceptance Criteria// ==
* If a defining dictionary is available:
* Show a definition above (XXX: or below?) the translation.
* Show a separate card for each different definition (XXX: details needed).
* If a defining dictionary is available, show a translation and don't show definitions.
== //Deliverables// ==
* //Enter link to actually done tangible deliverable(s)//
== //Open tasks// ==
{{
table query: SELECT Number, Name, Owner, 'Estimated effort (hrs)', 'Task Status' WHERE Type = Task and 'Schedule - Story' = THIS CARD and 'Task Status' < 'Done' ORDER BY 'Task Status', Owner, Name
}}
== //Completed tasks// ==
{{
table query: SELECT Number, Name, Owner, 'Estimated effort (hrs)', 'Actual effort(hrs)', 'Task Status' WHERE Type = Task and 'Schedule - Story' = THIS CARD and 'Task Status' = 'Done' ORDER BY 'Task Status', Owner, Name
}}
== ==