Skip to content

Commit

Permalink
PC-384: Add translation
Browse files Browse the repository at this point in the history
  • Loading branch information
xnw9 committed Sep 19, 2023
1 parent 63348f8 commit fd8952b
Show file tree
Hide file tree
Showing 3 changed files with 240 additions and 162 deletions.
4 changes: 2 additions & 2 deletions help_to_heat/frontdoor/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,11 +182,11 @@
park_home_options_map = (
{
"value": "Yes",
"label": _("Yes"),
"label": pgettext_lazy("park home question option", "Yes"),
},
{
"value": "No",
"label": _("No"),
"label": pgettext_lazy("park home question option", "No"),
},
)
park_home_main_residence_options_map = (
Expand Down
Binary file modified help_to_heat/locale/cy/LC_MESSAGES/django.mo
Binary file not shown.
Loading

0 comments on commit fd8952b

Please sign in to comment.