The correct format for SEK should be something like the one below.

    'SEK' => array(
      'code' => 'SEK',
      'symbol' => 'kr',
      'name' => t('Swedish Krona'),
      'numeric_code' => '752',
      'thousands_separator' => ' ',
      'decimal_separator' => ',',
      'symbol_placement' => 'after',
      'code_placement' => '',
      'minor_unit' => t('Öre'),
      'major_unit' => t('Kronor'),
    ),

This changes the format from the incorrect 2 123,45 SEK to 2 123,45 kr

Comments

rszrama’s picture

Status: Active » Fixed

Committed.

olofbokedal’s picture

Status: Fixed » Active

Opening this issue again since the symbol has been changed to Skr.

'symbol' => 'kr', is the correct symbol.

rszrama’s picture

Status: Active » Fixed

Sorry about that, not sure how that happened. Committed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.