Display translators alongside authors#408
Merged
Merged
Conversation
Member
Author
|
@juliajbeine @lehkost @markschwindt This is now deployed on dev.dracor.org, see for example https://dev.dracor.org/gersh/hamlet-prinz-von-daenemark or https://dev.dracor.org/neolat/roterodamus-iphigenia-in-aulide. I would like to merge this soonish unless there are strong objections. Later refinements are of course possible and welcome as always. |
Contributor
|
@cmil, Thank you for the changes. Just one note: I think the abbreviation "transl." is more common than "trans.". |
cmil
added a commit
that referenced
this pull request
Jul 6, 2026
Member
Author
|
@juliajbeine I changed the abbreviation in the list of plays and also in the header of the detail view when scrolled up. |
Consume the new `editors` field on plays (dracor-api#368) and surface entries with role "translator" next to authors. - Play detail header: render a translator AuthorInfo card with a vertical "Translator" label overlaying the image's left edge; text side is muted. Sticky heading includes the translator name (with a "tr." prefix, italic) in the collapsed state only. - Corpus play list: append a muted "trans. …" line under the author names in the Authors column, and fold translator names/refs/aliases into the column's search filter. Closes #391
Contributor
|
@cmil, great, thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Consume the new
editorsfield on plays (dracor-org/dracor-api#368) and surface entries with role "translator" next to authors.Closes #391