fix comment

pull/6024/head
Thibault Duplessis 2020-02-11 17:52:41 -06:00
parent 255c687651
commit 8d18894a56
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ final class I18nKey(val key: String, val db: I18nDb.Ref) {
def pluralTxtTo(lang: Lang, count: Count, args: Seq[Any] = Nil): String =
Translator.txt.plural(key, db, count, args, lang)
/* Implicit context convenience functions */
/* Implicit lang convenience functions */
// frag
def apply(args: Any*)(implicit lang: Lang): RawFrag = literalTo(lang, args)