X7ROOT File Manager
Current Path:
/home/notabjze/shop.houreglass.com/wp-content/plugins/woocommerce/i18n
home
/
notabjze
/
shop.houreglass.com
/
wp-content
/
plugins
/
woocommerce
/
i18n
/
ðŸ“
..
📄
continents.php
(3.03 KB)
📄
countries.php
(11.13 KB)
📄
currency-info.php
(32.72 KB)
ðŸ“
languages
📄
locale-info.php
(113.07 KB)
📄
phone.php
(4.31 KB)
📄
states.php
(95.9 KB)
📄
units.php
(680 B)
Editing: units.php
<?php /** * Units * * Returns a multidimensional array of measurement units and their labels. * Unit labels should be defined in English and translated native through localization files. * * @package WooCommerce\i18n * @version */ defined( 'ABSPATH' ) || exit; return array( 'weight' => array( 'kg' => __( 'kg', 'woocommerce' ), 'g' => __( 'g', 'woocommerce' ), 'lbs' => __( 'lbs', 'woocommerce' ), 'oz' => __( 'oz', 'woocommerce' ), ), 'dimensions' => array( 'm' => __( 'm', 'woocommerce' ), 'cm' => __( 'cm', 'woocommerce' ), 'mm' => __( 'mm', 'woocommerce' ), 'in' => __( 'in', 'woocommerce' ), 'yd' => __( 'yd', 'woocommerce' ), ), );
Upload File
Create Folder