diff --git a/cookiecutter-django-ida/{{cookiecutter.repo_name}}/db_keyword_overrides.yml b/cookiecutter-django-ida/{{cookiecutter.repo_name}}/db_keyword_overrides.yml index 62a4d610..24d9846d 100644 --- a/cookiecutter-django-ida/{{cookiecutter.repo_name}}/db_keyword_overrides.yml +++ b/cookiecutter-django-ida/{{cookiecutter.repo_name}}/db_keyword_overrides.yml @@ -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 diff --git a/cookiecutter-xblock/{{cookiecutter.repo_name}}/README.rst b/cookiecutter-xblock/{{cookiecutter.repo_name}}/README.rst index 879b7af8..4d5a4a89 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.