1
0
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:
Jakub Vrana
2014-03-19 21:56:42 -07:00
parent 73629178d8
commit 4d491d704e
39 changed files with 49 additions and 8 deletions

View File

@@ -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);
}