codeigniter4 / translations

System message translations for CodeIgniter4
https://codeigniter4.github.io/translations/
MIT License
197 stars 206 forks source link

[v4.2.2] HTTP.invalidRoute message has been changed #314

Closed kenjis closed 1 year ago

kenjis commented 2 years ago

See https://github.com/codeigniter4/CodeIgniter4/pull/6269

-    'invalidRoute' => '{0} route cannot be found while reverse-routing.',
+    'invalidRoute' => 'The route for "{0}" cannot be found.',

This change will be included in v4.2.2.

tangix commented 2 years ago

Fixed in https://github.com/codeigniter4/translations/pull/318

Terrorboy commented 2 years ago

https://github.com/codeigniter4/translations/pull/321 Fixed

image