We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed65daa commit 36e2e7fCopy full SHA for 36e2e7f
backend/docs/developers/index.rst
@@ -17,4 +17,5 @@ Content
17
gherkin-like-tests
18
vcr-tests
19
logic
20
- deploying
+ deploying
21
+ translations
backend/docs/developers/translations.rst
@@ -0,0 +1,10 @@
1
+.. _developers_translations:
2
+
3
+Updating the translations (backend)
4
+===================================
5
6
+From the ``backend/`` directory, run:
7
8
+.. code:: bash
9
10
+ ./bin/make_messages.sh
0 commit comments