Remove empty HTTP error translations (#24210)

This commit is contained in:
Nick Schonning
2023-04-30 04:04:15 -04:00
committed by GitHub
parent 89c01383f9
commit 6b95aaaa65
28 changed files with 2 additions and 190 deletions

View File

@ -1,10 +1,2 @@
---
sa:
errors:
'400': The request you submitted was invalid or malformed.
'403': You don't have permission to view this page.
'404': The page you are looking for isn't here.
'406': This page is not available in the requested format.
'410': The page you were looking for doesn't exist here anymore.
'429': Too many requests
'503': The page could not be served due to a temporary server failure.