Last change
on this file since 4606 was
4606,
checked in by hectorgh, 4 years ago
|
adding categories
|
-
Property svn:executable set to
*
|
File size:
527 bytes
|
Rev | Line | |
---|
[4132] | 1 | #!/bin/bash |
---|
| 2 | |
---|
[4606] | 3 | ./generate_categories_po.py |
---|
| 4 | |
---|
| 5 | PYTHON_FILES="../lliurex-store-gui/usr/share/lliurex-store/lliurex-store-gui/*.py categories.po" |
---|
[4132] | 6 | UI_FILES="../lliurex-store-gui/usr/share/lliurex-store/lliurex-store-gui/rsrc/lliurex-store.ui" |
---|
| 7 | |
---|
| 8 | mkdir -p lliurex-store/ |
---|
| 9 | |
---|
| 10 | xgettext $UI_FILES $PYTHON_FILES -o lliurex-store/lliurex-store.pot |
---|
| 11 | |
---|
[4326] | 12 | #CLI Files |
---|
[4328] | 13 | mkdir -p python3-lliurex-store/ |
---|
[4606] | 14 | PYTHON_FILES="../lliurex-store-cli/usr/share/lliurex-store/*.py categories.po" |
---|
[4328] | 15 | xgettext $PYTHON_FILES -o python3-lliurex-store/python3-lliurex-store.pot |
---|
[4322] | 16 | |
---|
Note: See
TracBrowser
for help on using the repository browser.