This reverts commit 39642c3fed80aaed7212bca6b7cc4c345ed229ee.
This commit is contained in:
@@ -18,7 +18,6 @@ labels = {
|
||||
"de": "Weitere Informationen:",
|
||||
"es": "Más información:",
|
||||
"fa": "اطلاعات بیشتر:",
|
||||
"fi": "Lisätietoja:",
|
||||
"fr": "Plus d'informations :",
|
||||
"sh": "Više informacija:",
|
||||
"hi": "अधिक जानकारी:",
|
||||
@@ -87,7 +86,7 @@ def set_link(file, link):
|
||||
locale = "en"
|
||||
|
||||
# build new line
|
||||
if locale in ["bn", "hi", "ne"]:
|
||||
if locale == "hi":
|
||||
new_line = f"> {labels[locale]} <{link}>।\n"
|
||||
elif locale in ["ja", "th"]:
|
||||
new_line = f"> {labels[locale]} <{link}>\n"
|
||||
|
Reference in New Issue
Block a user