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