xitrum-framework / scala-xgettext   1.5.4

MIT License Website GitHub

Scala compiler plugin that acts like GNU xgettext command to extract i18n strings in Scala source code files to Gettext .po file

Scala versions: 2.13 2.12 2.11 2.10

xgettext 1.5.3


Group ID:
tv.cntt
Artifact ID:
xgettext_2.12
Version:
1.5.3
Release Date:
May 29, 2019
Licenses:
MIT
Files:

libraryDependencies += "tv.cntt" %% "xgettext" % "1.5.3"

Mill build tool

ivy"tv.cntt::xgettext:1.5.3"

Scala CLI

//> using dep "tv.cntt::xgettext:1.5.3"

Ammonite REPL

import $ivy.`tv.cntt::xgettext:1.5.3`

<dependency>
  <groupId>tv.cntt</groupId>
  <artifactId>xgettext_2.12</artifactId>
  <version>1.5.3</version>
</dependency>

compile group: 'tv.cntt', name: 'xgettext_2.12', version: '1.5.3'