docs: Update internationalization statement in new feature tutorial.

This commit is contained in:
Palash 2022-02-20 19:22:57 +05:30 committed by Tim Abbott
parent b881a1780e
commit 6bdd7c7515
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ Handlebars templates located in `static/templates`. Templates are
precompiled as part of the build/deploy process.
Zulip is fully internationalized, so when writing both HTML templates
or JavaScript/TypeScript code that generates user-facing strings, be sure to
or JavaScript/TypeScript/Python code that generates user-facing strings, be sure to
[tag those strings for translation](../translating/translating.md).
**Testing:** There are two types of frontend tests: node-based unit