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