Skip to content

Commit 0ff76bb

Browse files
authored
Merge pull request #1478 from haddocking/goodbyes
Add more international goodbyes
2 parents c173db0 + 067295f commit 0ff76bb

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/haddock/gear/greetings.py

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
"Do pobachennya",
2525
"Tchau",
2626
"再见",
27+
"Hoşça kal",
28+
"Slán",
29+
"Do widzenia",
30+
"Mandi",
31+
"Αντίο",
2732
]
2833

2934
# List of urls to be printed to the screen at the end of a workflow
@@ -32,7 +37,7 @@
3237
"GitHub issues": "https://github.com/haddocking/haddock3/issues",
3338
"BioExcel feedback": "https://www.bonvinlab.org/feedback",
3439
"BioExcel forum": "https://ask.bioexcel.eu/c/haddock/6",
35-
"Haddock3 user manual": "https://www.bonvinlab.org/haddock3-user-manual/"
40+
"Haddock3 user manual": "https://www.bonvinlab.org/haddock3-user-manual/",
3641
}
3742

3843

@@ -101,10 +106,7 @@ def gen_feedback_messages(print_function: Callable) -> None:
101106
This function must accept str as first argument.
102107
"""
103108
print_function(
104-
(
105-
"Your feedback matters in Haddock3!"
106-
" Share your experience and help us grow:"
107-
)
109+
("Your feedback matters in Haddock3! Share your experience and help us grow:")
108110
)
109111
for name, url in feedback_urls.items():
110112
print_function(f"{name}: {url}")

0 commit comments

Comments
 (0)