Last change
on this file since 4326 was
4326,
checked in by Juanma, 4 years ago
|
CLI: WIP on locale
|
-
Property svn:executable set to
*
|
File size:
458 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 lliurex-store-cli/ |
---|
12 | PYTHON_FILES="../lliurex-store-cli/usr/share/lliurex-store/*.py" |
---|
13 | xgettext $PYTHON_FILES -o lliurex-store-cli/lliurex-store-cli.pot |
---|
14 | |
---|
Note: See
TracBrowser
for help on using the repository browser.