mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-03 09:35:40 -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;
|
||||
}, 0);
|
||||
}, 0);
|
||||
const text = localize('rowCount', "{0} rows", rowCount);
|
||||
const text = localize('rowCount', "{0} rows", rowCount.toLocaleString());
|
||||
this.statusItem.update({ text });
|
||||
this.show();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user