set-more-info-link.py, pages.hi/*: fix punctuation in Hindi translation (#6570)

This commit is contained in:
marchersimon
2021-10-03 20:22:06 +02:00
committed by GitHub
parent e9c0157f5b
commit cc25275e96
9 changed files with 10 additions and 9 deletions

View File

@@ -80,6 +80,8 @@ def set_link(file, link):
# build new line
if locale == "zh" or locale == "zh_TW":
new_line = f"> {labels[locale]}<{link}>.\n"
elif locale == "hi":
new_line = f"> {labels[locale]} <{link}>।\n"
else:
new_line = f"> {labels[locale]} <{link}>.\n"