From 7864f088c613d7d0518f7ee7ef2c2b9bd4d996c8 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cookiecutter-xblock/{{cookiecutter.repo_name}}/README.rst b/cookiecutter-xblock/{{cookiecutter.repo_name}}/README.rst index 4d5a4a89..6588afdc 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 `_. +`Enabling Translations on a New Repo `_. -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. @@ -109,8 +109,8 @@ To use translations from transifex use the follow Make target to pull translatio See `config instructions `_ for information on how to set up your transifex credentials. -See `transifex documentation `_ for more details about integrating -django with transifex. +See `Enabling Translations on a New Repo `_ +for more details about integrating django with transifex. 3.2 Compile translations ------------------------