Skip to content

Commit

Permalink
Fix erroneous Welsh translations
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMillar-MOJ committed Mar 3, 2025
1 parent d7b74a5 commit 380096f
Show file tree
Hide file tree
Showing 4 changed files with 176 additions and 227 deletions.
4 changes: 2 additions & 2 deletions app/templates/categories/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ <h2 class="govuk-heading-m">{% trans %}More problems{% endtrans %}</h2>
{% if category.code in ["community_care","mental_health"] %}
{% set other_text = "" %}
{% elif category.code == "housing" %}
{% set other_text = "housing" %}
{% set other_text = _("housing") %}
{% elif category.code == "education" %}
{% set other_text = "SEND" %}
{% set other_text = _("SEND") %}
{% endif %}
{{ cannot_find_your_problem(other_text, routing_map.other|category_url_for)}}

Expand Down
Binary file modified app/translations/cy/LC_MESSAGES/messages.mo
Binary file not shown.
Loading

0 comments on commit 380096f

Please sign in to comment.