We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc3917d commit 88ef67cCopy full SHA for 88ef67c
README.md
@@ -102,9 +102,9 @@ var_dump($query2); // outputs string(19) "SELECT * FROM "b" "
102
103
## Localization
104
105
-You can localize error messages installing `phpmyadmin/motranslator` version `3.0` or newer:
+You can localize error messages installing `phpmyadmin/motranslator` version `4.0` or newer:
106
```sh
107
-composer require phpmyadmin/motranslator:^3.0
+composer require phpmyadmin/motranslator:^4.0
108
```
109
110
The locale is automatically detected from your environment, you can also set a different locale
0 commit comments