mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 18:21:59 +00:00
bimtester: remove binary mo files from repository
This commit is contained in:
@@ -16,3 +16,14 @@ python3 ./bimtester.py -g
|
|||||||
`$ pyinstaller --onefile --clean --icon=icon.ico --add-data "features:features" bimtester.py`
|
`$ pyinstaller --onefile --clean --icon=icon.ico --add-data "features:features" bimtester.py`
|
||||||
+ Windows:
|
+ Windows:
|
||||||
`$ pyinstaller --onefile --clean --icon=icon.ico --add-data "features;features" bimtester.py`
|
`$ pyinstaller --onefile --clean --icon=icon.ico --add-data "features;features" bimtester.py`
|
||||||
|
|
||||||
|
|
||||||
|
### Translation files
|
||||||
|
+ the binary mo translation files are not part of the repo
|
||||||
|
+ they might be needed to be recreated
|
||||||
|
+ use the following commands on Linux
|
||||||
|
```
|
||||||
|
cd YourIfcopenshellRepository/src/ifcbimtester/bimtester/locale
|
||||||
|
pybabel compile -d .
|
||||||
|
|
||||||
|
```
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user