added translation lookups for appeal forms
This commit is contained in:
+6
-2
@@ -66,8 +66,12 @@ module.exports = {
|
||||
destination: "/logout",
|
||||
},
|
||||
{
|
||||
source: "/newappeal",
|
||||
destination: "/apêlnewydd",
|
||||
source: "/apelnewydd",
|
||||
destination: "/newappeal",
|
||||
},
|
||||
{
|
||||
source: "/apelnewydd/:path*",
|
||||
destination: "/newappeal/:path*",
|
||||
},
|
||||
|
||||
// {
|
||||
|
||||
Reference in New Issue
Block a user