From ea9f3c0242cc2413f2c7f7398b36d0fe422ef90a Mon Sep 17 00:00:00 2001 From: kaiyou Date: Mon, 6 Nov 2017 12:46:21 +0100 Subject: [PATCH] Fix a Jinja compilation issue --- docs/contributors/memo.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributors/memo.rst b/docs/contributors/memo.rst index e42dfee..07ac839 100644 --- a/docs/contributors/memo.rst +++ b/docs/contributors/memo.rst @@ -8,7 +8,7 @@ Mailu uses Babel for internationalization and localization. Before any of your work is merged, you must make sure that your strings are internationalized using Babel. -If you used ``_``, ``{% trans %}`` and other Babel syntaxes in your code, run the +If you used ``_``, ``trans`` blocks and other Babel syntaxes in your code, run the following command to update the POT file: .. code-block:: bash