$26 GRAYBYTE WORDPRESS FILE MANAGER $66

SERVER : premium201.web-hosting.com #1 SMP Wed Mar 26 12:08:09 UTC 2025
SERVER IP : 104.21.43.35 | ADMIN IP 216.73.216.180
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : mail

/home/bravrvjk/itiministry.org/wp-content/plugins/give/src/Onboarding/

HOME
Current File : /home/bravrvjk/itiministry.org/wp-content/plugins/give/src/Onboarding//LocaleCollection.php
<?php

namespace Give\Onboarding;

/**
 * Fork of woocommerce/18n/locale-info
 *
 * @since 2.8.0
 * @since 2.11.0 Added KR locale info (#5831)
 */
class LocaleCollection
{

    protected $localeInfo = [
        'AT' => [
            'currency_code' => 'EUR',
            'currency_pos' => 'left',
            'thousand_sep' => '.',
            'decimal_sep' => ',',
            'num_decimals' => 2,
            'weight_unit' => 'kg',
            'dimension_unit' => 'cm',
        ],
        'AU' => [
            'currency_code' => 'AUD',
            'currency_pos' => 'left',
            'thousand_sep' => ',',
            'decimal_sep' => '.',
            'num_decimals' => 2,
            'weight_unit' => 'kg',
            'dimension_unit' => 'cm',
        ],
        'BA' => [
            'currency_code' => 'BAM',
            'currency_pos' => 'right_space',
            'thousand_sep' => '.',
            'decimal_sep' => ',',
            'num_decimals' => 2,
            'weight_unit' => 'kg',
            'dimension_unit' => 'cm',
        ],
        'BD' => [
            'currency_code' => 'BDT',
            'currency_pos' => 'left',
            'thousand_sep' => ',',
            'decimal_sep' => '.',
            'num_decimals' => 2,
            'weight_unit' => 'kg',
            'dimension_unit' => 'in',
        ],
        'BE' => [
            'currency_code' => 'EUR',
            'currency_pos' => 'left',
            'thousand_sep' => ' ',
            'decimal_sep' => ',',
            'num_decimals' => 2,
            'weight_unit' => 'kg',
            'dimension_unit' => 'cm',
        ],
        'BR' => [
            'currency_code' => 'BRL',
            'currency_pos' => 'left',
            'thousand_sep' => '.',
            'decimal_sep' => ',',
            'num_decimals' => 2,
            'weight_unit' => 'kg',
            'dimension_unit' => 'cm',
        ],
        'CA' => [
            'currency_code' => 'CAD',
            'currency_pos' => 'left',
            'thousand_sep' => ',',
            'decimal_sep' => '.',
            'num_decimals' => 2,
            'weight_unit' => 'kg',
            'dimension_unit' => 'cm',
        ],
        'CH' => [
            'currency_code' => 'CHF',
            'currency_pos' => 'left_space',
            'thousand_sep' => "'",
            'decimal_sep' => '.',
            'num_decimals' => 2,
            'weight_unit' => 'kg',
            'dimension_unit' => 'cm',
        ],
        'DE' => [
            'currency_code' => 'EUR',
            'currency_pos' => 'left',
            'thousand_sep' => '.',
            'decimal_sep' => ',',
            'num_decimals' => 2,
            'weight_unit' => 'kg',
            'dimension_unit' => 'cm',
        ],
        'DK' => [
            'currency_code' => 'DKK',
            'currency_pos' => 'left_space',
            'thousand_sep' => '.',
            'decimal_sep' => ',',
            'num_decimals' => 2,
            'weight_unit' => 'kg',
            'dimension_unit' => 'cm',
        ],
        'ES' => [
            'currency_code' => 'EUR',
            'currency_pos' => 'right',
            'thousand_sep' => '.',
            'decimal_sep' => ',',
            'num_decimals' => 2,
            'weight_unit' => 'kg',
            'dimension_unit' => 'cm',
        ],
        'FI' => [
            'currency_code' => 'EUR',
            'currency_pos' => 'right_space',
            'thousand_sep' => ' ',
            'decimal_sep' => ',',
            'num_decimals' => 2,
            'weight_unit' => 'kg',
            'dimension_unit' => 'cm',
        ],
        'FR' => [
            'currency_code' => 'EUR',
            'currency_pos' => 'right',
            'thousand_sep' => ' ',
            'decimal_sep' => ',',
            'num_decimals' => 2,
            'weight_unit' => 'kg',
            'dimension_unit' => 'cm',
        ],
        'GB' => [
            'currency_code' => 'GBP',
            'currency_pos' => 'left',
            'thousand_sep' => ',',
            'decimal_sep' => '.',
            'num_decimals' => 2,
            'weight_unit' => 'kg',
            'dimension_unit' => 'cm',
        ],
        'HU' => [
            'currency_code' => 'HUF',
            'currency_pos' => 'right_space',
            'thousand_sep' => ' ',
            'decimal_sep' => ',',
            'num_decimals' => 0,
            'weight_unit' => 'kg',
            'dimension_unit' => 'cm',
        ],
        'IT' => [
            'currency_code' => 'EUR',
            'currency_pos' => 'right',
            'thousand_sep' => '.',
            'decimal_sep' => ',',
            'num_decimals' => 2,
            'weight_unit' => 'kg',
            'dimension_unit' => 'cm',
        ],
        'JM' => [
            'currency_code' => 'JMD',
            'currency_pos' => 'left',
            'thousand_sep' => ',',
            'decimal_sep' => '.',
            'num_decimals' => 2,
            'weight_unit' => 'lb',
            'dimension_unit' => 'in',
        ],
        'JP' => [
            'currency_code' => 'JPY',
            'currency_pos' => 'left',
            'thousand_sep' => ',',
            'decimal_sep' => '.',
            'num_decimals' => 0,
            'weight_unit' => 'kg',
            'dimension_unit' => 'cm',
        ],
        'KR' => [
            'currency_code' => 'KRW',
            'currency_pos' => 'right',
            'thousand_sep' => ',',
            'decimal_sep' => '.',
            'num_decimals' => 0,
            'weight_unit' => 'kg',
            'dimension_unit' => 'cm',
        ],
        'LI' => [
            'currency_code' => 'CHF',
            'currency_pos' => 'left_space',
            'thousand_sep' => "'",
            'decimal_sep' => '.',
            'num_decimals' => 2,
            'weight_unit' => 'kg',
            'dimension_unit' => 'cm',
        ],
        'MD' => [
            'currency_code' => 'MDL',
            'currency_pos' => 'right_space',
            'thousand_sep' => '.',
            'decimal_sep' => ',',
            'num_decimals' => 2,
            'weight_unit' => 'kg',
            'dimension_unit' => 'cm',
        ],
        'NL' => [
            'currency_code' => 'EUR',
            'currency_pos' => 'left',
            'thousand_sep' => ',',
            'decimal_sep' => '.',
            'num_decimals' => 2,
            'weight_unit' => 'kg',
            'dimension_unit' => 'cm',
        ],
        'NO' => [
            'currency_code' => 'Kr',
            'currency_pos' => 'left_space',
            'thousand_sep' => '.',
            'decimal_sep' => ',',
            'num_decimals' => 2,
            'weight_unit' => 'kg',
            'dimension_unit' => 'cm',
        ],
        'NP' => [
            'currency_code' => 'NPR',
            'currency_pos' => 'left_space',
            'thousand_sep' => ',',
            'decimal_sep' => '.',
            'num_decimals' => 2,
            'weight_unit' => 'kg',
            'dimension_unit' => 'cm',
        ],
        'PL' => [
            'currency_code' => 'PLN',
            'currency_pos' => 'right_space',
            'thousand_sep' => ' ',
            'decimal_sep' => ',',
            'num_decimals' => 2,
            'weight_unit' => 'kg',
            'dimension_unit' => 'cm',
        ],
        'PY' => [
            'currency_code' => 'PYG',
            'currency_pos' => 'left',
            'thousand_sep' => '.',
            'decimal_sep' => ',',
            'num_decimals' => 2,
            'weight_unit' => 'kg',
            'dimension_unit' => 'cm',
        ],
        'RO' => [
            'currency_code' => 'RON',
            'currency_pos' => 'right_space',
            'thousand_sep' => '.',
            'decimal_sep' => ',',
            'num_decimals' => 2,
            'weight_unit' => 'kg',
            'dimension_unit' => 'cm',
        ],
        'RS' => [
            'currency_code' => 'RSD',
            'currency_pos' => 'right_space',
            'thousand_sep' => '.',
            'decimal_sep' => ',',
            'num_decimals' => 2,
            'weight_unit' => 'kg',
            'dimension_unit' => 'cm',
            'tax_rates' => [],
        ],
        'TH' => [
            'currency_code' => 'THB',
            'currency_pos' => 'left',
            'thousand_sep' => ',',
            'decimal_sep' => '.',
            'num_decimals' => 2,
            'weight_unit' => 'kg',
            'dimension_unit' => 'cm',
        ],
        'TR' => [
            'currency_code' => 'TRY',
            'currency_pos' => 'left_space',
            'thousand_sep' => '.',
            'decimal_sep' => ',',
            'num_decimals' => 2,
            'weight_unit' => 'kg',
            'dimension_unit' => 'cm',
        ],
        'US' => [
            'currency_code' => 'USD',
            'currency_pos' => 'left',
            'thousand_sep' => ',',
            'decimal_sep' => '.',
            'num_decimals' => 2,
            'weight_unit' => 'oz',
            'dimension_unit' => 'in',
        ],
        'ZA' => [
            'currency_code' => 'ZAR',
            'currency_pos' => 'left',
            'thousand_sep' => ',',
            'decimal_sep' => '.',
            'num_decimals' => 2,
            'weight_unit' => 'kg',
            'dimension_unit' => 'cm',
        ],
    ];

    public function pluck($key)
    {
        return wp_list_pluck($this->localeInfo, $key);
    }

}


Current_dir [ WRITEABLE ] Document_root [ NOT WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
4 Apr 2026 1.57 AM
bravrvjk / bravrvjk
0755
Config
--
4 Apr 2026 1.57 AM
bravrvjk / bravrvjk
0755
Helpers
--
4 Apr 2026 1.57 AM
bravrvjk / bravrvjk
0755
Migrations
--
4 Apr 2026 1.57 AM
bravrvjk / bravrvjk
0755
Routes
--
4 Apr 2026 1.57 AM
bravrvjk / bravrvjk
0755
Setup
--
4 Apr 2026 1.57 AM
bravrvjk / bravrvjk
0755
Wizard
--
4 Apr 2026 1.57 AM
bravrvjk / bravrvjk
0755
BlockFactory.php
3.27 KB
14 Aug 2024 11.11 PM
bravrvjk / bravrvjk
0644
DefaultFormFactory.php
9.258 KB
31 Mar 2025 11.17 PM
bravrvjk / bravrvjk
0644
FormRepository.php
3.164 KB
16 Apr 2025 5.25 PM
bravrvjk / bravrvjk
0644
LocaleCollection.php
9.172 KB
24 Nov 2021 4.55 AM
bravrvjk / bravrvjk
0644
SettingsRepository.php
1.471 KB
24 Nov 2021 4.55 AM
bravrvjk / bravrvjk
0644
SettingsRepositoryFactory.php
0.47 KB
24 Nov 2021 4.55 AM
bravrvjk / bravrvjk
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025 CONTACT ME
Static GIF