Basic Django knowledgeFamiliarity with PythonUnderstanding of Django i18n
初心者向け度初回貢献者にどれだけ取り組みやすいかを 1-100 で推定したスコアです。
40
調査方針
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.
Localize the fundraising app · django/djangoproject.com#377 | Good First Issue