This website requires JavaScript.
Explore
Help
Sign In
pingu_98
/
MrDraw
Watch
1
Star
0
Fork
You've already forked MrDraw
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
22bde81712
MrDraw
/
requirements-dev.txt
6 lines
74 B
Text
Raw
Normal View
History
Unescape
Escape
Moved development requirements to a different file We don't need nose, mock and sphinx + dependencies on pure runtime installations
2014-08-12 13:10:30 +00:00
mock>=1.0.1
nose>=1.3.0
sphinxcontrib-httpdomain
sphinx_rtd_theme
First version of OctoPrint with i18n/l10n support Also included is a translation for (informal) german. New languages can be added with "python setup.py babel_new --locale=<language code>" which will create the corresponding .po file from the existing .pot file under "src/octoprint/translations/<language code>". Translations can be refreshed from strings in source with "python setup.py babel_refresh". Existing translations can be compiled into usable translation files (.mo for python and .js for Javascript) via "python setup.py babel_compile". You'll need to install the development dependencies for all of this to work, just issue "pip install -r requirements-dev.txt" Note: numbers are not yet correctly formatted for their respective locale (e.g. "2.5mm" instead of "2,5mm" in german).
2014-08-27 12:46:46 +00:00
po2json
Reference in a new issue
Copy permalink