BBrother commited on
Commit
41e8d60
1 Parent(s): d970da5

Update BuShu.py

Browse files
Files changed (1) hide show
  1. BuShu.py +1 -0
BuShu.py CHANGED
@@ -149,6 +149,7 @@ extensions_to_clone = [
149
  (f"https://github.com/Physton/{c}-{w}-prompt-all-in-one", f"{extensions_path}/{c}-{w}-prompt-all-in-one"),
150
  (f"https://github.com/journey-ad/{c}-{w}-bilingual-localization", f"{extensions_path}/{c}-{w}-bilingual-localization"),
151
  (f"https://github.com/Bobo-1125/{c}-{w}-oldsix-prompt-dynamic", f"{extensions_path}/{c}-{w}-oldsix-prompt-dynamic"),
 
152
  ]
153
 
154
  for repo_url, destination in extensions_to_clone:
 
149
  (f"https://github.com/Physton/{c}-{w}-prompt-all-in-one", f"{extensions_path}/{c}-{w}-prompt-all-in-one"),
150
  (f"https://github.com/journey-ad/{c}-{w}-bilingual-localization", f"{extensions_path}/{c}-{w}-bilingual-localization"),
151
  (f"https://github.com/Bobo-1125/{c}-{w}-oldsix-prompt-dynamic", f"{extensions_path}/{c}-{w}-oldsix-prompt-dynamic"),
152
+ (f"https://github.com/dtlnor/{st}-localization-zh_CN", f"{extensions_path}{st}-localization-zh_CN-main"),
153
  ]
154
 
155
  for repo_url, destination in extensions_to_clone: