mirror of https://github.com/zulip/zulip.git
tools: Fix broken link in check-frontend-i18n.
The section referenced was moved to another page.
This commit is contained in:
parent
191345f9d6
commit
fbb42dd297
|
@ -44,7 +44,7 @@ if __name__ == "__main__":
|
||||||
|
|
||||||
print(
|
print(
|
||||||
WARNING
|
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 "
|
"on how you can insert variables in the frontend translatable "
|
||||||
"strings." + ENDC
|
"strings." + ENDC
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue