Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
230 views
in Q2A Core by
Tag page is displaying this 400[main/_thousands_suffix]*tags instead of 400000*tags
Q2A version: 1.8

1 Answer

+1 vote
by
selected by
 
Best answer

Just make sure you have these lines in the qa-include/lang/qa-lang-main.php file:

'_decimal_point' => '.',
'_thousands_separator' => ',',
'_thousands_suffix' => 'k',
'_millions_suffix' => 'm',
...