mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-23 03:41:54 +08:00
6 lines
158 B
JavaScript
Vendored
6 lines
158 B
JavaScript
Vendored
import { htmlSafe } from "@ember/template";
|
|
import I18n from "discourse-i18n";
|
|
|
|
export default function (size) {
|
|
return htmlSafe(I18n.toHumanSize(size));
|
|
}
|