Approval.

This commit is contained in:
Joshua Ramon Enslin 2020-08-07 10:13:47 +02:00 committed by Stefan Rohde-Enslin
parent 1ba7ec82c9
commit 4e0d40141c
19 changed files with 76 additions and 0 deletions

4
ar/units_weight_set.php Normal file
View File

@ -0,0 +1,4 @@
<?PHP
$units_weight_set['t'] = 't';
$units_weight_set['kg'] = 'kg';
$units_weight_set['g'] = 'g';

4
de/units_weight_set.php Normal file
View File

@ -0,0 +1,4 @@
<?PHP
$units_weight_set['t'] = 't';
$units_weight_set['kg'] = 'kg';
$units_weight_set['g'] = 'g';

4
dsb/units_weight_set.php Normal file
View File

@ -0,0 +1,4 @@
<?PHP
$units_weight_set['t'] = 't';
$units_weight_set['kg'] = 'kg';
$units_weight_set['g'] = 'g';

4
en/units_weight_set.php Normal file
View File

@ -0,0 +1,4 @@
<?PHP
$units_weight_set['t'] = 't';
$units_weight_set['kg'] = 'kg';
$units_weight_set['g'] = 'g';

4
es/units_weight_set.php Normal file
View File

@ -0,0 +1,4 @@
<?PHP
$units_weight_set['t'] = 't';
$units_weight_set['kg'] = 'kg';
$units_weight_set['g'] = 'g';

4
fr/units_weight_set.php Normal file
View File

@ -0,0 +1,4 @@
<?PHP
$units_weight_set['t'] = 't';
$units_weight_set['kg'] = 'kg';
$units_weight_set['g'] = 'g';

4
hsb/units_weight_set.php Normal file
View File

@ -0,0 +1,4 @@
<?PHP
$units_weight_set['t'] = 't';
$units_weight_set['kg'] = 'kg';
$units_weight_set['g'] = 'g';

4
hu/units_weight_set.php Normal file
View File

@ -0,0 +1,4 @@
<?PHP
$units_weight_set['t'] = 't';
$units_weight_set['kg'] = 'kg';
$units_weight_set['g'] = 'g';

4
id/units_weight_set.php Normal file
View File

@ -0,0 +1,4 @@
<?PHP
$units_weight_set['t'] = 't';
$units_weight_set['kg'] = 'kg';
$units_weight_set['g'] = 'g';

4
it/units_weight_set.php Normal file
View File

@ -0,0 +1,4 @@
<?PHP
$units_weight_set['t'] = 't';
$units_weight_set['kg'] = 'kg';
$units_weight_set['g'] = 'g';

4
iw/units_weight_set.php Normal file
View File

@ -0,0 +1,4 @@
<?PHP
$units_weight_set['t'] = 't';
$units_weight_set['kg'] = 'kg';
$units_weight_set['g'] = 'g';

4
nl/units_weight_set.php Normal file
View File

@ -0,0 +1,4 @@
<?PHP
$units_weight_set['t'] = 't';
$units_weight_set['kg'] = 'kg';
$units_weight_set['g'] = 'g';

4
pl/units_weight_set.php Normal file
View File

@ -0,0 +1,4 @@
<?PHP
$units_weight_set['t'] = 't';
$units_weight_set['kg'] = 'kg';
$units_weight_set['g'] = 'g';

4
pt/units_weight_set.php Normal file
View File

@ -0,0 +1,4 @@
<?PHP
$units_weight_set['t'] = 't';
$units_weight_set['kg'] = 'kg';
$units_weight_set['g'] = 'g';

4
qu/units_weight_set.php Normal file
View File

@ -0,0 +1,4 @@
<?PHP
$units_weight_set['t'] = 't';
$units_weight_set['kg'] = 'kg';
$units_weight_set['g'] = 'g';

4
ru/units_weight_set.php Normal file
View File

@ -0,0 +1,4 @@
<?PHP
$units_weight_set['t'] = 't';
$units_weight_set['kg'] = 'kg';
$units_weight_set['g'] = 'g';

4
tl/units_weight_set.php Normal file
View File

@ -0,0 +1,4 @@
<?PHP
$units_weight_set['t'] = 't';
$units_weight_set['kg'] = 'kg';
$units_weight_set['g'] = 'g';

4
tr/units_weight_set.php Normal file
View File

@ -0,0 +1,4 @@
<?PHP
$units_weight_set['t'] = 't';
$units_weight_set['kg'] = 'kg';
$units_weight_set['g'] = 'g';

4
zh/units_weight_set.php Normal file
View File

@ -0,0 +1,4 @@
<?PHP
$units_weight_set['t'] = '吨';
$units_weight_set['kg'] = '公斤';
$units_weight_set['g'] = '公克';