MoneyPrinterTurbo/app
yyhhyyyyyy 47e4cff758
feat: Add PDM support with auth & i18n enhancements (#627)
* feat: Add PDM support with auth & i18n enhancements

1. Added PDM project dependency management
   - Created pyproject.toml for dependency definitions
   - Added PDM lock file for reproducible builds
   - Created .pdm-python for virtual environment management

2. Enhanced authentication & configuration
   - Added user validation in base configuration
   - Implemented streamlit-authenticator for login functionality
   - Updated config.example.toml with user authentication fields

3. Improved internationalization (i18n)
   - Updated translation files for multiple languages (en, de, pt, vi, zh)
   - Enhanced i18n support in the web UI
   - Standardized translation structure across language files
2025-04-27 13:35:45 +08:00
..
config feat: Add PDM support with auth & i18n enhancements (#627) 2025-04-27 13:35:45 +08:00
controllers Add get_all_tasks() endpoint 2025-03-08 22:53:22 +04:00
models feat: Added SlideIn and SlideOut video transition effects and optimized front-end implementation 2025-01-09 19:46:57 +08:00
services Merge pull request #599 from bz-e/main 2025-03-23 18:45:26 +08:00
utils 🎨 style: Format Code 2024-12-10 10:34:56 +08:00
__init__.py init 2024-03-11 16:37:49 +08:00
asgi.py 🎨 style: Format Code 2024-12-10 10:34:56 +08:00
router.py feat: support custom subtitle positioning 2024-07-24 14:25:20 +08:00