mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 01:24:17 +02:00
Translate numbers in ar, bn, fa
This commit is contained in:
@@ -519,5 +519,5 @@ function db_size($db) {
|
||||
foreach (table_status() as $table_status) {
|
||||
$return += $table_status["Data_length"] + $table_status["Index_length"];
|
||||
}
|
||||
return number_format($return, 0, '.', lang(','));
|
||||
return format_number($return);
|
||||
}
|
||||
|
Reference in New Issue
Block a user