View Single Post
Old 10-15-2022, 05:42 AM   #4
un_pogaz
Chalut o/
un_pogaz understands the importance of being earnest.un_pogaz understands the importance of being earnest.un_pogaz understands the importance of being earnest.un_pogaz understands the importance of being earnest.un_pogaz understands the importance of being earnest.un_pogaz understands the importance of being earnest.un_pogaz understands the importance of being earnest.un_pogaz understands the importance of being earnest.un_pogaz understands the importance of being earnest.un_pogaz understands the importance of being earnest.un_pogaz understands the importance of being earnest.
 
un_pogaz's Avatar
 
Posts: 439
Karma: 145424
Join Date: Dec 2017
Device: Kobo
Oh, un plugin babelio, merci, ça sera utile.

You can also retrieve the current translated value of 'Unknown' with
Code:
from calibre.ebooks.metadata.book.base import NULL_VALUES
NULL_VALUES is a dict, but small trap 'authors' value is a list
Code:
nknwn = ['Inconnu(e)', 'Unknown', NULL_VALUES['authors'][0]]
un_pogaz is offline   Reply With Quote