import { registerUnbound } from "discourse-common/lib/helpers"; import I18n from "I18n"; export default registerUnbound("char-counter", function(body, maxLength) { let bodyLength = body ? body.length : 0; let finalString; if (maxLength) { finalString = `