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

fix(typesetting): correct library name in translated document #86

Merged
merged 1 commit into from
Feb 11, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion babeldoc/document_il/midend/typesetting.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ def add_watermark(self, page: il_version_1.Page):
font_size=6,
graphic_state=il_version_1.GraphicState(),
)
text = "本文档由funstory.ai的开源PDF翻译库yadt(http://yadt.io)翻译,本仓库正在积极的建设当中,欢迎star和关注。"
text = "本文档由funstory.ai的开源PDF翻译库BabelDOC(http://yadt.io)翻译,本仓库正在积极的建设当中,欢迎star和关注。"
if self.translation_config.debug:
text += "\n 当前为DEBUG模式,将显示更多辅助信息。请注意,部分框的位置对应原文,但在译文中可能不正确。"
page.pdf_paragraph.append(
Expand Down
Loading