Revert "pages/*: add standard translation and links (#11331)" (#11374)

This reverts commit 39642c3fed80aaed7212bca6b7cc4c345ed229ee.
This commit is contained in:
K.B.Dharun Krishna
2023-11-04 07:55:35 +05:30
parent 9eae15643e
commit f1aa0a8fe5
3893 changed files with 402 additions and 26416 deletions

View File

@@ -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"