Skip to content

Commit

Permalink
Merge pull request #616 from farridav/fix-docs
Browse files Browse the repository at this point in the history
Removed broken link in docs
  • Loading branch information
farridav authored Dec 2, 2024
2 parents 92a8f35 + a0178c1 commit ad3ab79
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 ad3ab79

Please sign in to comment.