From a0178c1f6d0c3801f9ce47064fa9c0d2a2b53a5c Mon Sep 17 00:00:00 2001 From: katiam2 Date: Sun, 1 Dec 2024 11:01:13 +0000 Subject: [PATCH] Removed broken link in docs --- docs/development.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/development.md b/docs/development.md index e646f18a..7ccc1b6a 100644 --- a/docs/development.md +++ b/docs/development.md @@ -71,7 +71,6 @@ or use a string that is already translated upstream in Django. 4. cd ../ 5. Run ./cli.py locales --prune de to remove the django provided strings 6. Go through the strings in the locale file, any that are not genuinely new strings introduced by jazzmin, find them in the codebase, and try making them match the ones provided in djangos admin/admin docs translation files - - [Django admin translations](https://raw.githubusercontent.com/django/django/main/django/contrib/admindocs/locale/) - - [Django admin docs translations](https://raw.githubusercontent.com/django/django/main/django/contrib/admin/locale/de/LC_MESSAGES/django.po) + - [Django admin docs translations example for German language](https://raw.githubusercontent.com/django/django/main/django/contrib/admin/locale/de/LC_MESSAGES/django.po) Once you have finished, run `makemessages` again, until the file contains ONLY unique strings to jazzmin, there should only be a handful