Skip to content

Commit 57338e0

Browse files
committed
feat(number): Added extra byte units
1 parent 74e8715 commit 57338e0

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

language/english/number_lang.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<?php
22

3+
$lang['quettabyte_abbr'] = 'QB';
4+
$lang['ronnabyte_abbr'] = 'RB';
5+
$lang['yottabyte_abbr'] = 'YB';
6+
$lang['zettabyte_abbr'] = 'ZB';
7+
$lang['exabyte_abbr'] = 'EB';
8+
$lang['petabyte_abbr'] = 'PB';
39
$lang['terabyte_abbr'] = 'TB';
410
$lang['gigabyte_abbr'] = 'GB';
511
$lang['megabyte_abbr'] = 'MB';

0 commit comments

Comments
 (0)