Welcome Guest, Not a member yet? Register   Sign In
Is it possible to translate the error views?
#2

I see:
Code:
Page Not Found
Controller or its method is not found: \App\Controllers\X::index

Code:
--- a/app/Views/errors/html/error_404.php
+++ b/app/Views/errors/html/error_404.php
@@ -70,7 +70,7 @@
</head>
<body>
    <div class="wrap">
-      <h1>404 - File Not Found</h1>
+      <h1><?= lang('HTTP.pageNotFound') ?></h1>

        <p>
            <?php if (! empty($message) && $message !== '(null)') : ?>
Reply


Messages In This Thread
RE: Is it possible to translate the error views? - by kenjis - 05-12-2022, 06:32 PM



Theme © iAndrew 2016 - Forum software by © MyBB