Skip to content

Commit 7d3966e

Browse files
committed
Add 405 and redirect pages aswell
1 parent 5cd6b70 commit 7d3966e

1 file changed

Lines changed: 35 additions & 3 deletions

File tree

i18n/pages-en_US.json

Lines changed: 35 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,31 @@
1-
{
1+
{
2+
// REDIRECT CODES
3+
// =======================================================
4+
5+
"301": {
6+
"title": "Moved Permanently",
7+
"message": "We found it elsewhere."
8+
},
9+
"302": {
10+
"title": "Found",
11+
"message": "We found it elsewhere."
12+
},
13+
14+
"303": {
15+
"title": "See Other",
16+
"message": "We found it elsewhere."
17+
},
18+
19+
"307": {
20+
"title": "Temporary Redirect",
21+
"message": "We found it elsewhere."
22+
},
23+
24+
"308": {
25+
"title": "Permanent Redirect",
26+
"message": "We found it elsewhere."
27+
},
28+
229
// STANDARD ERROR CODES
330
// =======================================================
431

@@ -21,7 +48,12 @@
2148
"title": "Resource not found",
2249
"message": "The requested resource could not be found but may be available again in the future."
2350
},
24-
51+
52+
"405": {
53+
"title": "Method Not Allowed",
54+
"message": "A request method is not supported for the requested resource."
55+
},
56+
2557
// internal server error
2658
"500": {
2759
"title": "Webservice currently unavailable",
@@ -72,4 +104,4 @@
72104
"title": "Scheduled Maintenance",
73105
"message": "This site is currently down for maintenance.\nOur service team is working hard to bring it back online soon."
74106
}
75-
}
107+
}

0 commit comments

Comments
 (0)