Closed (fixed)
Project:
Commerce Core
Version:
7.x-1.x-dev
Component:
Internationalization
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
9 Aug 2011 at 09:13 UTC
Updated:
6 Sep 2011 at 13:41 UTC
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
Comment #1
rszrama commentedCommitted.
Comment #2
olofbokedal commentedOpening this issue again since the symbol has been changed to Skr.
'symbol' => 'kr',is the correct symbol.Comment #3
rszrama commentedSorry about that, not sure how that happened. Committed.