mirror of
https://github.com/gotson/komga.git
synced 2026-05-07 12:01:40 +02:00
feat: parse translator field from epub
This commit is contained in:
parent
ab4b22a0e4
commit
4f6f85c474
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ class EpubMetadataProvider(
|
||||||
"edt" to "editor",
|
"edt" to "editor",
|
||||||
"art" to "penciller",
|
"art" to "penciller",
|
||||||
"ill" to "penciller",
|
"ill" to "penciller",
|
||||||
|
"trl" to "translator",
|
||||||
)
|
)
|
||||||
|
|
||||||
override fun getCapabilities(): List<BookMetadataPatchCapability> =
|
override fun getCapabilities(): List<BookMetadataPatchCapability> =
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue