Preparation
- open core/units/phrases/phrases_config.php file for editing
- add 'formatter' => 'kFormatter' field option to PhraseId field declaration
- add 'totals' => 'SUM' and 'format' => '%.2f' column options to PhraseId column declaration in all grids
- save changes
- open core/admin_templates/languages/phrase_list.tpl file for editing
- add totals_render_as="grid_total_row" parameter, when rendring a grid block
- save changes
Testing
- login to Admin Console
- go to Website & Content → Labels & Phrases section
- confirm, that "PhraseId" column values (including total value) has thousands separators and decimal part (the ".00")