Skip to content

Commit aafac7d

Browse files
Add Welsh translation (#140)
1 parent aa4908c commit aafac7d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

app/categories/forms.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from govuk_frontend_wtf.wtforms_widgets import GovSubmitInput
33
from app.categories.widgets import CategoryRadioInput
44
from wtforms.validators import InputRequired
5-
from flask_babel import gettext as _
5+
from flask_babel import lazy_gettext as _
66
from app.categories.constants import Category
77

88

133 Bytes
Binary file not shown.

app/translations/cy/LC_MESSAGES/messages.po

+5-5
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ msgid "Validation failed message"
3838
msgstr ""
3939

4040
msgid "Yes"
41-
msgstr "Gallwch"
41+
msgstr "Ydw"
4242

4343
msgid "No"
44-
msgstr "Na"
44+
msgstr "Nac ydw"
4545

4646
msgid "Continue"
47-
msgstr "Ymlaen"
47+
msgstr "Parhau"
4848

4949
msgid "Are you worried about someone's safety?"
5050
msgstr ""
@@ -86,10 +86,10 @@ msgid "Select if this is about the police, prisons or detention centres"
8686
msgstr ""
8787

8888
msgid "Are you under 18?"
89-
msgstr ""
89+
msgstr "Ydych chi dan 18 oed?"
9090

9191
msgid "Select if you’re under 18"
92-
msgstr ""
92+
msgstr "Dewiswch os ydych chi dan 18 oed"
9393

9494
msgid "Were you accused by a landlord or the council?"
9595
msgstr ""

0 commit comments

Comments
 (0)