-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Fix blog archive heading to show "Month Year archive" #2229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
ManshaAgarwal716
wants to merge
18
commits into
django:main
Choose a base branch
from
ManshaAgarwal716:new2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
497b7dd
Add Jacob Walls and update Former Fellows heading
ManshaAgarwal716 c09dfff
Fix blog archive heading to show 'Month Year archive
ManshaAgarwal716 62f0bea
Revert "Added cache for GitHub Actions Docker builds (#2214)"
tobiasmcnulty a19e089
Added `LOCALE_PATHS` setting (#2213)
tobiasmcnulty 7bd2bab
Add top `CorporateMember`s to `docs` sidebar
adamzap 77a3818
Extract the arrow into CSS generated decorative content
tut-tuuut 539f618
Remove unused templates
tut-tuuut e4ee2b0
Extract decorative arrows into CSS on fundraising form
tut-tuuut c162a77
Hide decorative <hr> from screen readers
tut-tuuut 0c83d30
Pin Django to patch version
ulgens 3ccf8ed
Bump sentry-sdk from 2.38.0 to 2.39.0 in /requirements
dependabot[bot] 0f85593
Use the binary version of psycopg
ulgens 857db35
Update pre-commit repos
ulgens da67bd6
Use sans-serif font everywhere
adamzap 103c263
Update Django version to 5.2.7
ulgens 366a7eb
Added `Cache-Control` header to never cache draft blog posts (#2223)
alarthast 7a888e9
Automatically generate Django series roadmaps from Release data
nessita fbcdd82
Merge branch 'main' into new2
ManshaAgarwal716 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not the correct way to make this title translatable, because different languages will use different word order and might want to have the word "archive" appear before the date for example.
The correct fix is to use
{% blocktranslate with ... %}
: https://docs.djangoproject.com/en/5.2/topics/i18n/translation/#blocktranslate-template-tag