Skip to content

Commit dcf703b

Browse files
author
bram
committed
Added pytling
1 parent f1c78f8 commit dcf703b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python_gpt_po/services/translation_service.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,8 @@ def get_translation_prompt(target_language: str, is_bulk: bool, detail_language:
272272
context_prefix = (
273273
f"CONTEXT: {context}\n"
274274
f"IMPORTANT: Choose the translation that matches this specific context and usage. "
275-
f"Do not use a literal dictionary translation if the context requires a different word form or meaning.\n\n"
275+
f"Do not use a literal dictionary translation if the context requires "
276+
f"a different word form or meaning.\n\n"
276277
)
277278

278279
if is_bulk:

0 commit comments

Comments
 (0)