package io.github.lucaseasedup.logit.locale; public interface Locale { public String stringifySeconds(long seconds); }