mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-22 01:31:25 +00:00
ab82d6e4eb
* Add flask_babel 2.0.0 to requirements * Partial i18n * Use current locale for protobuf requests * Don't store generated messages.pot in git * Internationalize all python code * Formatting fixes * Partial internationalization of html * Iterate on html i18n * Completed i18n of code * Improve i18n of strings * Blurb about i18n in the readme * Improve i18n strings * Add the compiled messages.mo files to .gitignore * Add complete Swedish localization * Generate localizations in start.sh * Only compile messages.mo in start.sh; better sequence * Fix bug
16 lines
217 B
Plaintext
16 lines
217 B
Plaintext
venv
|
|
*.pyc
|
|
core
|
|
.idea/
|
|
.DS_Store
|
|
*.swp
|
|
__pycache__
|
|
src/web/current
|
|
src/web/rascsi_interface_pb2.py
|
|
src/oled_monitor/current
|
|
src/oled_monitor/rascsi_interface_pb2.py
|
|
src/raspberrypi/hfdisk/
|
|
*~
|
|
messages.pot
|
|
messages.mo
|