diff --git a/includes/currencies.php b/includes/currencies.php index bbe84d5ca..e8b00f931 100644 --- a/includes/currencies.php +++ b/includes/currencies.php @@ -16,11 +16,11 @@ 'position' => 'left' ), 'ALL' => array( - 'name' => __('Albanian Lek (Lekë)', 'paid-memberships-pro' ), - 'symbol' => ' Lek', - 'decimals' => 0, - 'thousands_separator' => ',', - 'decimal_separator' => ',', + 'name' => __('Albanian Lek (Lekë)', 'paid-memberships-pro' ), + 'symbol' => ' Lek', + 'decimals' => 2, + 'thousands_separator' => ',', + 'decimal_separator' => '.', 'position' => 'right', ), 'ARS' => __('Argentine Peso ($)', 'paid-memberships-pro' ),