ru.makkarpov

scalingua

package scalingua

Visibility
  1. Public
  2. All

Type Members

  1. abstract class CompiledLanguage extends Language with PluralFunction

    A compiled representation of .

  2. class LValue[T] extends AnyRef

    Value that can be translated lazily (e.

  3. trait Language extends AnyRef

    Base trait for objects reprensenting languages.

  4. final case class LanguageId(language: String, country: String) extends Product with Serializable

    Class representing a pair of language and country (e.

  5. class Messages extends AnyRef

    Class representing a collection of language.

  6. trait OutputFormat[R] extends AnyRef

    An implicit evidence that strings could be interpolated into type R.

  7. trait PluralFunction extends AnyRef

    Trait representing Plural-Forms *.

Value Members

  1. object LValue

  2. object Language

  3. object LanguageId extends Serializable

  4. object Messages

  5. object OutputFormat

  6. object StringUtils

    Provides various string functions that are useful both in macros and in I18n code, such as string interpolations, escaping and unescaping.

Ungrouped