An open API service indexing awesome lists of open source software.

https://github.com/cubeengine/pericopist

Generates message catalogs.
https://github.com/cubeengine/pericopist

cubeengine i18n java library

Last synced: 8 months ago
JSON representation

Generates message catalogs.

Awesome Lists containing this project

README

          

![Pericopist](https://github.com/CubeEngine/Pericopist/blob/master/Pericopist.png?raw=true)
================

Core: [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.cubeengine/pericopist-core/badge.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/org.cubeengine/pericopist-core)
Maven plugin: [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.cubeengine.maven.plugins/pericopist-maven-plugin/badge.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/org.cubeengine.maven.plugins/pericopist-maven-plugin)

[![Build Status](https://travis-ci.org/CubeEngine/Pericopist.svg?branch=master)](https://travis-ci.org/CubeEngine/Pericopist)

# Description

The pericopist project consists of different modules. The main task of the project is to generate a
message catalog containing all the string literals of a project by parsing its source tree.

# Modules

* [core](https://github.com/CubeEngine/Pericopist/blob/master/core/README.md)
* [maven-plugin](https://github.com/CubeEngine/Pericopist/blob/master/maven-plugin/README.md)