Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tchx84/pootle-tg
- Owner: tchx84
- Created: 2014-08-11T23:27:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-01T19:31:08.000Z (over 9 years ago)
- Last Synced: 2024-10-15T23:35:16.122Z (3 months ago)
- Language: Python
- Size: 160 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ;)