From ff20b9decf77eb2a760d6f3f1898d72d1f8872d4 Mon Sep 17 00:00:00 2001 From: Emad Rad Date: Sat, 3 Aug 2024 18:36:05 +0330 Subject: [PATCH] fix: Old links with 404 status updated --- cookiecutter-xblock/{{cookiecutter.repo_name}}/README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.