From b42d6512ac1d6c66448876cc7e5a96c78c9f77b6 Mon Sep 17 00:00:00 2001 From: Jeff Triplett Date: Thu, 24 Oct 2024 21:31:38 -0500 Subject: [PATCH] :pencil: Updates TOC --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 02004e5..e2ce227 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,9 @@ or buying official merc - [Forms](#forms) - [Full-stack frameworks](#full-stack-frameworks) - [General](#general) - - [Internationalisation](#i18n) + - [Internationalisation (i18n)](#internationalisation-i18n) - [Logging](#logging) + - [Monitoring](#monitoring) - [Mailing](#mailing) - [Model Fields](#model-fields) - [Models](#models) @@ -67,6 +68,7 @@ or buying official merc - [Job Boards](#job-boards) - [Newsletters](#newsletters) - [Podcasts](#podcasts) + - [Videos](#videos) - [Books](#books) - [Hosting](#hosting) - [PaaS (Platforms-as-a-Service)](#paas-platforms-as-a-service) @@ -218,7 +220,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [Weblate](https://github.com/WeblateOrg/weblate) - Weblate is a copylefted libre software web-based continuous localization system, used by over 2500 libre projects and companies in more than 165 countries. - [Django-Classy-Doc](https://github.com/nanuxbe/django-classy-doc) - Document your own code in the style of CCBV and CDRF.https://github.com/nanuxbe/django-classy-doc -### Internationalisation (i18n) +### Internationalisation (i18n) - [django-localflavor](https://github.com/django/django-localflavor) - A collection of functionality that is useful for particular countries or cultures. Previously a part of the Django core. - [django-modeltrans](https://github.com/zostera/django-modeltrans) - Translate Django model fields in a JSONField. - [django-modeltranslations](https://github.com/deschler/django-modeltranslation) - Translates Django models using a registration approach.