added translation lookups for appeal forms

This commit is contained in:
2021-10-07 07:30:46 +01:00
parent 8714d71189
commit 873a7730f1
18 changed files with 4219 additions and 34 deletions
+1
View File
@@ -26,6 +26,7 @@
"breadcrumb-advanced-search": "Advanced search",
"breadcrumb-advanced-search-results": "Advanced search results",
"breadcrumb-my-portal": "My portal",
"breadcrumb-new-appeal": "New appeal",
"breadcrumb-case-reference": "Case Reference",
"spinner-loading": "Loading...",
"spinner-searching": "Searching...",
+4 -1
View File
@@ -5,5 +5,8 @@
"select-lpa-label": "Select your local planning authority",
"select-lpa-label-error-msg": "Local authority is required",
"select-appeal-type-label": "Select an appeal type",
"select-appeal-type-label-error-msg": "Appeal type is required"
"select-appeal-type-label-error-msg": "Appeal type is required",
"select-default": "Select...",
"change-link-label": "Change",
"submit-appeal-button": "Submit appeal"
}