set-more-info-link.py, pages.hi/*: fix punctuation in Hindi translation (#6570)
This commit is contained in:
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user