Changeset 1890070
- Timestamp:
- 06/09/2018 09:44:22 AM (8 years ago)
- File:
-
- 1 edited
-
pesapress/trunk/app/lib/currencies.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pesapress/trunk/app/lib/currencies.php
r1886014 r1890070 176 176 ) ); 177 177 178 //Use https://www.branah.com/unicode-converter (UTF-8 (Example: \x61 \xe4\xb8\xad \xd0\xaf)) 178 179 179 180 $this->currencies = apply_filters( 'pesapress_currencies', array( … … 282 283 'SYP' => array( 'Syria, Pounds', 'a3' ), 283 284 'TWD' => array( 'Taiwan, New Dollars', '4e, 54, 24' ), 285 "TZS" => array( 'Tanzanian Shilling', '54, 73, 68, 73' ), 284 286 'THB' => array( 'Thailand, Baht', 'e3f' ), 285 287 'TTD' => array( 'Trinidad and Tobago, Dollars', '54, 54, 24' ), 286 288 'TRY' => array( 'Turkey, Liras', '20a4' ), 287 289 'TVD' => array( 'Tuvalu, Dollars', '24' ), 290 "UGX" => array( 'Ugandan Shilling', '55, 47, 58' ), 288 291 'UAH' => array( 'Ukraine, Hryvnia', '20b4' ), 289 292 'AED' => array( 'United Arab Emirates, Dirhams', '64, 68' ),
Note: See TracChangeset
for help on using the changeset viewer.