Refactor and translate comments and docstrings in utility modules to English for better clarity and maintainability. Update Gunicorn and application startup messages for consistency in language. Enhance documentation with English translations for better accessibility.

This commit is contained in:
dienakdz
2026-04-06 16:47:36 +07:00
parent 3ca291a346
commit 11e2e5aaa6
64 changed files with 2323 additions and 2336 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ app = create_app()
def main():
"""启动应用"""
"""Start application"""
# Keep startup messages ASCII-only and short.
print("QuantDinger Python API v2.2.2")