pages.th/*: remove period (#10449)

This commit is contained in:
K.B.Dharun Krishna
2023-07-14 09:50:02 +05:30
committed by GitHub
parent 293b4e0150
commit b84d4ad3af
223 changed files with 271 additions and 271 deletions

View File

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