Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tchx84/pootle-tg

extension action for generating template (POT) files
https://github.com/tchx84/pootle-tg

Last synced: about 1 month ago
JSON representation

extension action for generating template (POT) files

Awesome Lists containing this project

README

        

Pootle Template Generator
=========================

This is extension action for Pootle 2.5.1. It can generate
template (POT) files from Pootle's UI.

Installation
------------

0. Get it!

```
cd ~/Devel/
git clone https://github.com/tchx84/pootle-tg.git
```

1. Copy this extention to the proper directory:

```
cp ~/Devel/pootle-tg/template_generator.py /var/www/pootle/env/lib/python2.7/site-packages/pootle/scripts/ext_actions/
```

2. Users with administrate permissions should be able to use it from actions section.

Limitations
-----------

* The xgettext call is hardcoded to work python projects. Nothing hard to change though ;)