welsh lang for yes no

This commit is contained in:
2025-02-11 10:18:26 +00:00
parent e23cdef338
commit 4bc4edf537
4 changed files with 15 additions and 7 deletions
@@ -541,6 +541,13 @@ export const RenderPickList = ({
: optionsArr[key] ==
"Final comments"
? "Sylwadau terfynol"
: optionsArr[key] ==
"Written representations"
? "Sylwadau ysgrifenedig"
: optionsArr[key] == "Inquiry"
? "Ymchwiliad"
: optionsArr[key] == "Hearing"
? "Gwrandawiad"
: optionsArr[key]
: optionsArr[key]}
</option>