Michal Čihař
2f248be866
Fix variable name
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2018-02-12 14:45:28 +01:00
Michal Čihař
0870b2b0ae
Set system locales separately
...
The motranslator no longer does this, see
https://github.com/phpmyadmin/motranslator/issues/24
Signed-off-by: Michal Čihař <michal@cihar.com>
2018-02-12 14:17:43 +01:00
Michal Čihař
676514a7e8
Remove code not needed with motranslator
...
- the charset is always UTF-8
- the gettext constants do not have to be defined
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-02-24 13:02:55 +01:00
Michal Čihař
8813090359
Add infrastructure to map language to MySQL locale
...
Issue #11789
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-01-13 08:44:24 +01:00
Michal Čihař
bd779eeaea
Implement language selection using LanguageManager
...
Issue #11847
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-01-12 14:51:08 +01:00
Michal Čihař
fd045a94e7
Initial implementation of LanguageManager
...
The LanguageManager is responsible for choosing correct language and
Language class wraps invididual locales, allows matching and their
activation.
Issue #11847
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-01-12 14:51:07 +01:00