Last change
on this file since 5199 was
5199,
checked in by Juanma, 4 years ago
|
appimage fully functional
|
-
Property svn:executable set to
*
|
File size:
665 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 | LIB_FILES="../python3-lliurex-store.install/usr/share/lliurexstore/plugins/loadStore.py" |
---|
17 | xgettext $LIB_FILES $PYTHON_FILES -o python3-lliurex-store/python3-lliurex-store.pot |
---|
18 | |
---|
Note: See
TracBrowser
for help on using the repository browser.