diff --git a/includes/wc-core-functions.php b/includes/wc-core-functions.php index 32c6d816880..93d353b163d 100644 --- a/includes/wc-core-functions.php +++ b/includes/wc-core-functions.php @@ -170,6 +170,7 @@ function get_woocommerce_currencies() { 'DKK' => __( 'Danish Krone', 'woocommerce' ), 'EUR' => __( 'Euros', 'woocommerce' ), 'HKD' => __( 'Hong Kong Dollar', 'woocommerce' ), + 'HRK' => __( 'Croatia kuna', 'woocommerce' ), 'HUF' => __( 'Hungarian Forint', 'woocommerce' ), 'ISK' => __( 'Icelandic krona', 'woocommerce' ), 'IDR' => __( 'Indonesia Rupiah', 'woocommerce' ),