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 Oct 31, 2024
1 parent 5c8baf8 commit c07b2e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is used by the 'check_reserved_keywords' management command to allow specific field names to be overridden
# when checking for conflicts with lists of restricted keywords used in various database/data warehouse tools.
# For more information, see:
# For more information, see:
# https://openedx.atlassian.net/wiki/spaces/DE/pages/1411809288/Reserved+Keyword+Linter
# and
# https://github.com/openedx/edx-django-release-util/release_util/management/commands/check_reserved_keywords.py
Expand Down
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 c07b2e4

Please sign in to comment.