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
- Host: GitHub
- URL: https://github.com/tinganho/lya
- Owner: tinganho
- Created: 2017-08-28T21:51:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-08T13:45:26.000Z (over 8 years ago)
- Last Synced: 2025-01-01T15:24:42.439Z (over 1 year ago)
- Topics: i18n, l10n, messageformat
- Language: C++
- Homepage:
- Size: 59 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
LYA - Localize Your Application
==============
Operating system | Status
---------------- | ----------
Ubuntu | [](https://travis-ci.org/tinganho/lya)
macOS | [](https://travis-ci.org/tinganho/lya)
Windows | [](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.