There was an error while loading. Please reload this page.
1 parent 74e8715 commit 57338e0Copy full SHA for 57338e0
1 file changed
language/english/number_lang.php
@@ -1,5 +1,11 @@
1
<?php
2
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';
9
$lang['terabyte_abbr'] = 'TB';
10
$lang['gigabyte_abbr'] = 'GB';
11
$lang['megabyte_abbr'] = 'MB';
0 commit comments