Closed (fixed)
Project:
Commerce Core
Version:
7.x-1.x-dev
Component:
Internationalization
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
22 Dec 2011 at 15:11 UTC
Updated:
8 Jan 2012 at 02:20 UTC
Hello,
<?php
'KZT' => array(
'code' => 'KZT',
'symbol' => 'тг.',
'name' => t('Kazakhstani tenge'),
'numeric_code' => '398',
'thousands_separator' => ' ',
'decimal_separator' => ',',
'symbol_placement' => 'after',
'code_placement' => '',
'minor_unit' => t('Tiyn'),
'major_unit' => t('Tenge'),
),
?>http://en.wikipedia.org/wiki/Kazakhstani_tenge
Thank you.
Comments
Comment #1
rszrama commentedHey, thanks for the patch! Nice to know Drupal Commerce is being used in your country. : )