Skip to content

Commit 6222f9e

Browse files
authored
Merge pull request #3305 from MaryOJob/MaryOJob-add-albanian-leke
Add Albanian Leke to our currencies list
2 parents 137c43e + 0c1ce32 commit 6222f9e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

includes/currencies.php

+8
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@
1515
'symbol' => '£',
1616
'position' => 'left'
1717
),
18+
'ALL' => array(
19+
'name' => __('Albanian Lek (Lekë)', 'paid-memberships-pro' ),
20+
'symbol' => ' Lek',
21+
'decimals' => 0,
22+
'thousands_separator' => ',',
23+
'decimal_separator' => '.',
24+
'position' => 'right',
25+
),
1826
'ARS' => __('Argentine Peso ($)', 'paid-memberships-pro' ),
1927
'AUD' => __('Australian Dollars ($)', 'paid-memberships-pro' ),
2028
'BDT' => array(

0 commit comments

Comments
 (0)