georgeosddev / play-xgettext   0.1

MIT License GitHub

Scala 2.10/2.11 compiler plugin that acts like GNU xgettext command to extract i18n strings from PlayFramework project's Scala source code and twirl templates files to message file

Scala versions: 2.11 2.10

play-xgettext 0.1


Group ID:
com.github.georgeosddev
Artifact ID:
play-xgettext_2.11
Version:
0.1
Release Date:
Mar 24, 2015
Licenses:
MIT
Files:

libraryDependencies += "com.github.georgeosddev" %% "play-xgettext" % "0.1"

Mill build tool

ivy"com.github.georgeosddev::play-xgettext:0.1"

Scala CLI

//> using dep "com.github.georgeosddev::play-xgettext:0.1"

Ammonite REPL

import $ivy.`com.github.georgeosddev::play-xgettext:0.1`

<dependency>
  <groupId>com.github.georgeosddev</groupId>
  <artifactId>play-xgettext_2.11</artifactId>
  <version>0.1</version>
</dependency>

compile group: 'com.github.georgeosddev', name: 'play-xgettext_2.11', version: '0.1'