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