Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up
No description, website, or topics provided.
C++
Makefile
Latest commit
Cannot retrieve the latest commit at this time.
Files
| Type | Name | Latest commit message | Commit time |
|---|---|---|---|
| Failed to load latest commit information. | |||
|
|
CatKeysEditor | ||
|
|
PootleGUI | ||
|
|
artwork | ||
|
|
shared | ||
|
|
.gitignore | ||
|
|
README | ||
README
This project exists of two apps, called `PootleGUI` and `CatKeysEditor`. They both use the same translation view code, except that the `PootleGUI` gets its data directly from the Pootle API and `CatKeysEditor` gets its data from a local `catkeys` file. The `shared` folder contains code that is generic enough to be shared by both: the Pootle API wrapper, and the TranslationView. To build these projects, `cd` into their corresponding folders and run `make`.