Gitlab Community Edition Instance

Skip to content
Snippets Groups Projects
Commit 76d629f3 authored by Till Brehm's avatar Till Brehm
Browse files

Merge branch 'goaccess-pt-lang-selection' into 'develop'

Use pt_BR as a substitute for pt_PT as pt_BR is the only translation provided by GoAccess

See merge request ispconfig/ispconfig3!1183
parents 8b9a510d 119a63af
Branches
Tags
No related merge requests found
......@@ -201,8 +201,11 @@ class cronjob_goaccess extends cronjob {
$cust_lang = 'en_UK.UTF-8';
break;
case 'br':
$cust_lang = 'pt_PT.UTF-8';
$cust_lang = 'pt_BR.UTF-8';
break;
case 'pt':
$cust_lang = 'pt_BR.UTF-8';
break;
case 'ca':
$cust_lang = 'en_US.UTF-8';
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment