WPIntell

Source evidence

change language to english

Kama Click Counter · support · 2014-11-26T16:00:00+00:00

complaintsentiment
highseverity
1.0relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 28 rows with source links

17.9% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

23 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
hosthane unresolved
Hi, after I install the plugin, I can’t find a way to change language to english. Can you help? Thanks https://wordpress.org/plugins/kama-clic-counter/ The plugin has a language file but it is not translating the text. A quick fix is to open kama_click_counter.php then at line 55 find this. if( ($locale = get_locale()) && ($locale != 'en_US') ) $res = load_textdomain('kcc', dirname(__FILE__) . '/lang/'. $locale . '.mo' ); Delete or hide those lines // and add this line. $res = load_textdomain('kcc', dirname(__FILE__) . '/lang/en_US.mo' ); English will then be displayed. Yes, this works! Update: There is now also a translation for German in order to avoid this hack for German users – see my stand-alone post for this.

Comments

3 shown
PaulCracknell 2015-05-06T10:49:00+00:00

The plugin has a language file but it is not translating the text. A quick fix is to open kama_click_counter.php then at line 55 find this. if( ($locale = get_locale()) && ($locale != 'en_US') ) $res = load_textdomain('kcc', dirname(__FILE__) . '/lang/'. $locale . '.mo' ); Delete or hide those lines // and add this line. $res = load_textdomain('kcc', dirname(__FILE__) . '/lang/en_US.mo' ); English will then be displayed.

funker211 2015-09-25T10:18:00+00:00

Yes, this works!

funker211 2015-10-15T12:03:00+00:00

Update: There is now also a translation for German in order to avoid this hack for German users – see my stand-alone post for this.