tools: Fix broken link in check-frontend-i18n.

The section referenced was moved to another page.
This commit is contained in:
Tanmay Kumar 2024-04-04 01:43:16 +05:30 committed by GitHub
parent 191345f9d6
commit fbb42dd297
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ if __name__ == "__main__":
print(
WARNING
+ "See https://zulip.readthedocs.io/en/latest/translating/translating.html#frontend-translations "
+ "See https://zulip.readthedocs.io/en/latest/translating/internationalization.html#frontend-translations "
"on how you can insert variables in the frontend translatable "
"strings." + ENDC
)