mirror of https://github.com/zulip/zulip.git
dev docs: Update Jinja translation tag link.
Updates the link to Jinja i18n extension for auto-translation.
This commit is contained in:
parent
828313b54a
commit
f6c4f17900
|
@ -132,7 +132,7 @@ whenever a template is changed.
|
||||||
### Translation
|
### Translation
|
||||||
|
|
||||||
All user-facing strings (excluding pages only visible to sysadmins or
|
All user-facing strings (excluding pages only visible to sysadmins or
|
||||||
developers) should be tagged for [translation][].
|
developers) should be tagged for [translation][trans].
|
||||||
|
|
||||||
### Tooltips
|
### Tooltips
|
||||||
|
|
||||||
|
@ -284,7 +284,7 @@ function in those scenarios, add it to `zulip_test`. This is also
|
||||||
|
|
||||||
[jinja2]: http://jinja.pocoo.org/
|
[jinja2]: http://jinja.pocoo.org/
|
||||||
[handlebars]: https://handlebarsjs.com/
|
[handlebars]: https://handlebarsjs.com/
|
||||||
[trans]: http://jinja.pocoo.org/docs/dev/templates/#i18n
|
[trans]: https://jinja.palletsprojects.com/en/3.0.x/extensions/#i18n-extension
|
||||||
[jconditionals]: http://jinja.pocoo.org/docs/2.9/templates/#list-of-control-structures
|
[jconditionals]: http://jinja.pocoo.org/docs/2.9/templates/#list-of-control-structures
|
||||||
[hconditionals]: https://handlebarsjs.com/guide/#block_helpers.html
|
[hconditionals]: https://handlebarsjs.com/guide/#block_helpers.html
|
||||||
[translation]: ../translating/translating.md
|
[translation]: ../translating/translating.md
|
||||||
|
|
Loading…
Reference in New Issue