Plugin Directory

Changeset 1890070


Ignore:
Timestamp:
06/09/2018 09:44:22 AM (8 years ago)
Author:
alloykenya
Message:

Append currencies

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pesapress/trunk/app/lib/currencies.php

    r1886014 r1890070  
    176176) );
    177177
     178//Use https://www.branah.com/unicode-converter (UTF-8 (Example: \x61 \xe4\xb8\xad \xd0\xaf))
    178179
    179180$this->currencies = apply_filters( 'pesapress_currencies', array(
     
    282283    'SYP'        => array( 'Syria, Pounds', 'a3' ),
    283284    'TWD'        => array( 'Taiwan, New Dollars', '4e, 54, 24' ),
     285    "TZS"        => array( 'Tanzanian Shilling', '54, 73, 68, 73' ),
    284286    'THB'        => array( 'Thailand, Baht', 'e3f' ),
    285287    'TTD'        => array( 'Trinidad and Tobago, Dollars', '54, 54, 24' ),
    286288    'TRY'        => array( 'Turkey, Liras', '20a4' ),
    287289    'TVD'        => array( 'Tuvalu, Dollars', '24' ),
     290    "UGX"        => array( 'Ugandan Shilling', '55, 47, 58' ),
    288291    'UAH'        => array( 'Ukraine, Hryvnia', '20b4' ),
    289292    'AED'        => array( 'United Arab Emirates, Dirhams', '64, 68' ),
Note: See TracChangeset for help on using the changeset viewer.