All Downloads are FREE. Search and download functionalities are using the official Maven repository.

relcemus.play-i18n_2.11.1.1.1.source-code.reference.conf Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
# ===================
# Play i18n configuration
# ===================

# plugin configuration
play.i18n {
  # supported formats
  formats {
    properties: true
    yaml: true
  }

  # base names of files
  files: [ "messages" ]
}

play.modules.disabled += "play.api.i18n.I18nModule"
play.modules.enabled += "play.ext.i18n.MultiFormatMessagesModule"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy