mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Use the user's locale (#8843)
This commit is contained in:
@@ -190,7 +190,7 @@ export class RowCountStatusBarContributions extends Disposable implements IWorkb
|
|||||||
return rp + rc.rowCount;
|
return rp + rc.rowCount;
|
||||||
}, 0);
|
}, 0);
|
||||||
}, 0);
|
}, 0);
|
||||||
const text = localize('rowCount', "{0} rows", rowCount);
|
const text = localize('rowCount', "{0} rows", rowCount.toLocaleString());
|
||||||
this.statusItem.update({ text });
|
this.statusItem.update({ text });
|
||||||
this.show();
|
this.show();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user