From 781b5e560e7fb9f1c08cc08f3f54691f012b5331 Mon Sep 17 00:00:00 2001 From: Emad Rad Date: Thu, 1 Aug 2024 11:41:01 +0330 Subject: [PATCH] chore: typo fixed transiflex -> transifex --- cookiecutter-xblock/{{cookiecutter.repo_name}}/README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cookiecutter-xblock/{{cookiecutter.repo_name}}/README.rst b/cookiecutter-xblock/{{cookiecutter.repo_name}}/README.rst index 09883dfc..2ea2127b 100644 --- a/cookiecutter-xblock/{{cookiecutter.repo_name}}/README.rst +++ b/cookiecutter-xblock/{{cookiecutter.repo_name}}/README.rst @@ -110,7 +110,7 @@ See `config instructions `_ for more details about integrating -django with transiflex. +django with transifex. 3.2 Compile translations ------------------------ @@ -127,7 +127,7 @@ The previous command will compile ``.po`` files using After compiling the ``.po`` file(s), ``django-statici18n`` is used to create language specific catalogs. See ``django-statici18n`` `documentation `_ for more information. -To upload translations to transiflex use the follow Make target:: +To upload translations to transifex use the follow Make target: .. code-block:: bash @@ -137,7 +137,7 @@ See `config instructions `_ for more details about integrating -django with transiflex. +django with transifex. **Note:** The ``dev.run`` make target will automatically compile any translations.