mirror of
https://github.com/CreatorEdition/system-prompts-and-models-of-ai-tools-chinese.git
synced 2026-03-18 06:57:54 +08:00
docs: 翻译 check_translation.py
This commit is contained in:
@@ -6,7 +6,7 @@ from datetime import datetime, timedelta
|
||||
|
||||
def get_git_changes():
|
||||
# Use -c core.quotepath=false to get correct UTF-8 paths
|
||||
result = subprocess.run(["git", "-c", "core.quotepath=false", "status", "--porcelain"],
|
||||
result = subprocess.run(["git", "-c", "core.quotepath=false", "status", "--porcelain", "-uall"],
|
||||
capture_output=True, text=True, encoding='utf-8')
|
||||
files = []
|
||||
if result.stdout:
|
||||
|
||||
Reference in New Issue
Block a user