It would be a nice touch to have the donation form, thank you page, ... localized.
Contributor guide
Tech stack
python
Domain
full stack
Issue type
feature
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
1-2 days
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
unclear
Prerequisites
Basic Django knowledgeFamiliarity with PythonUnderstanding of Django i18n
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
40
Research direction
This issue requests localization of the fundraising app. Start by reviewing Django's internationalization documentation. Check the repository's existing translation files and settings (e.g., settings.py for LOCALE PATHS). Look at the comments on this issue for any discussion on approach or scope. Identify all user facing strings in donation templates and views. Then define a plan to mark strings with gettext and create locale files.