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

https://github.com/tinganho/lya

LYA - Localize Your Application
https://github.com/tinganho/lya

i18n l10n messageformat

Last synced: 12 days ago
JSON representation

LYA - Localize Your Application

Awesome Lists containing this project

README

          

LYA - Localize Your Application
==============

Operating system | Status
---------------- | ----------
Ubuntu | [![TravisCI](https://img.shields.io/travis/tinganho/lya/master.svg)](https://travis-ci.org/tinganho/lya)
macOS | [![TravisCI](https://img.shields.io/travis/tinganho/lys/master.svg)](https://travis-ci.org/tinganho/lya)
Windows | [![TravisCI](https://img.shields.io/travis/tinganho/lys/master.svg)](https://travis-ci.org/tinganho/lya)

## Build

### Debug Build
Make a debug build by following commands:
```
git clone --recursive git://github.com/tinganho/l10ns.git
cd l10ns
mkdir Debug
cd Debug
cmake -DCMAKE_BUILD_TYPE=Debug ..
make
```

## Prerequisites

### Mac
```
brew install boost libxml++ gettext
```

## License
Copyright (c) 2014 Tingan Ho
Licensed under the Apache 2 license.