diff --git a/cookiecutter-xblock/{{cookiecutter.repo_name}}/README.rst b/cookiecutter-xblock/{{cookiecutter.repo_name}}/README.rst index 2ea2127b..4b1f3af0 100644 --- a/cookiecutter-xblock/{{cookiecutter.repo_name}}/README.rst +++ b/cookiecutter-xblock/{{cookiecutter.repo_name}}/README.rst @@ -22,9 +22,9 @@ Localization (l10n) is adapting a program to local language and cultural habits. Use the locale directory to provide internationalized strings for your XBlock project. For more information on how to enable translations, visit the -`Open edX XBlock tutorial on Internationalization `_. +`Adding Translated Strings to your XBlock `_. -This cookiecutter template uses `django-statici18n `_ +This cookiecutter template uses `django-statici18n `_ to provide translations to static javascript using ``gettext``. The included Makefile contains targets for extracting, compiling and validating translatable strings.