diff options
| author | Kanishk Pachauri <itskanishkp.py@gmail.com> | 2026-04-23 17:00:52 +0530 |
|---|---|---|
| committer | Saptak Sengupta <saptak013@gmail.com> | 2026-04-27 12:31:31 +0530 |
| commit | 396227777c5712578746dd3ebf46f692478ef470 (patch) | |
| tree | 1da01e34e9de2969c709a8d1e618f6aff25efd2e /locale | |
| parent | b5a8231f687e6181e49b0bdc31d847f725fdb3ef (diff) | |
Fix PR review feedback for fundraising accessibility
Diffstat (limited to 'locale')
| -rw-r--r-- | locale/en/LC_MESSAGES/django.po | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/locale/en/LC_MESSAGES/django.po b/locale/en/LC_MESSAGES/django.po index ae6a1c93..0f2eaf00 100644 --- a/locale/en/LC_MESSAGES/django.po +++ b/locale/en/LC_MESSAGES/django.po @@ -1745,6 +1745,10 @@ msgid "%(goal_percent)s%% funded" msgstr "" #, python-format +msgid "Fundraising progress: %(goal_percent)s percent funded" +msgstr "" + +#, python-format msgid "" "<strong>$%(amount)s donated</strong> of US $%(goal)s goal for " "%(start_date)s" |
