| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
!!!!! under construction !!!!
Initial version (V01) generate GCode for
| Date | Version | Info |
|---|---|---|
| 15 dec 2021 | 0.1 | Initial upload |
This web based tool suite create a couple of different gcode squences like
some screenshots
Example screenshots
see wiki
Scan folder structur for files which contains messages to translate Babel create a message.pot file. This file can be recompiled as often it's needed. Exclude this file from versioning
pybabel extract -F babel.cfg -o messages.pot .
For every language we need a translation file. Parameter -l indicates, which language file is created. It's an copy of message.pot and can be used for translations. Babel create a new translation folder and insert a message.po file.
pybabel init -i messages.pot -d app/translations -l de
If all translations done, compile them for the application. This binary file is a runtime version for text.
pybabel compile -d app/translations
| Back | FazBrowse Home | New Git URL |