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

Add possibility to mark translators in <titleStmt> #59

Open
lehkost opened this issue Apr 5, 2024 · 2 comments
Open

Add possibility to mark translators in <titleStmt> #59

lehkost opened this issue Apr 5, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@lehkost
Copy link
Member

lehkost commented Apr 5, 2024

Currently, we just accept authors in <titleStmt>, see here for an example. In this example (German translation of Shakespeare's Hamlet) we marked both author and translator as <author>.

We want to be able to mark translators as such, maybe using <editor type="translator"> (see TEI guidelines). <editor> is already allowed there, we would just have to allow the type attribute with value "translator".

After implementing that, we would have to address this change in the frontend (marking translators differently in comparison to authors, see the same Hamlet example rendered here).

In addition, we should a column (translator's name, if available) to the metadata tables.

@lb42
Copy link

lb42 commented Sep 11, 2024

Or you could use respStmt

@ingoboerner
Copy link
Collaborator

more generic see contributor role #71

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants