-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Language does not change in 4.8.0.1 #14260
Comments
Confirmed on branch master at revision : bb9fc5d //not working
$cfg['DefaultLang']
//also not working
$cfg['Lang'] PR sent. |
williamdes
added a commit
to williamdes/phpmyadmintest
that referenced
this issue
May 6, 2018
Closes: phpmyadmin#14260 Signed-off-by: William Desportes <williamdes@wdes.fr>
MauricioFauth
added a commit
that referenced
this issue
May 7, 2018
#14260 Fixed configuration for DefaultLang and Lang
MauricioFauth
added a commit
that referenced
this issue
May 7, 2018
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Yep, I implemented it locally on my phpMyAdmin copy and it works! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Steps to reproduce
Installed 4.8.0.1
Expected behaviour
The language should be as set in
$cfg['Lang'] = 'en';
Actual behaviour
All settings according PhpMyAdmin Language Documentation are ignored. My Windows has German localization and PMA uses the German texts.
Server configuration
Operating system:
SLES 12.3
Web server:
Apache 2
Database:
MySQL 5.7.21
PHP version:
7.0.7
phpMyAdmin version:
4.8.0.1
Client configuration
Browser:
IE, Chrome, FF
Operating system:
Windows Server 2012 R2
The text was updated successfully, but these errors were encountered: