Skip to content

Commit

Permalink
chore: typo fixed
Browse files Browse the repository at this point in the history
transiflex -> transifex
  • Loading branch information
CodeWithEmad committed Aug 1, 2024
1 parent 99d14e0 commit d078efb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cookiecutter-xblock/{{cookiecutter.repo_name}}/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ See `config instructions <https://github.com/openedx/i18n-tools#transifex-comman
transifex credentials.

See `transifex documentation <https://docs.transifex.com/integrations/django>`_ for more details about integrating
django with transiflex.
django with transifex.

3.2 Compile translations
------------------------
Expand All @@ -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 <https://django-statici18n.readthedocs.io/en/latest/>`_ 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
Expand All @@ -137,7 +137,7 @@ See `config instructions <https://github.com/openedx/i18n-tools#transifex-comman
transifex credentials.

See `transifex documentation <https://docs.transifex.com/integrations/django>`_ for more details about integrating
django with transiflex.
django with transifex.

**Note:** The ``dev.run`` make target will automatically compile any translations.

Expand Down

0 comments on commit d078efb

Please sign in to comment.