Skip to content

Commit

Permalink
Removed broken link in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
katiam2 committed Dec 1, 2024
1 parent 92a8f35 commit a0178c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a0178c1

Please sign in to comment.