ASP resources creator
1.0.0
สคริปต์หลามนี้ทำให้มันรวดเร็ว!
ตั้งค่าเส้นทางไฟล์ resx และภาษาที่คุณต้องการในอาร์เรย์:
แทรกเส้นทางทรัพยากรในอาร์เรย์ ทรัพยากร และภาษาของไฟล์ทรัพยากรอื่นๆ ในอาร์เรย์ ภาษา
ตัวอย่าง :
# resources where to look for resource keys
resources = [
r"C:UsersuserDocumentsprojectsXsrcWebSiteApp_GlobalResourcesResource1.resx",
r"C:UsersuserDocumentsprojectsXsrcWebSiteApp_GlobalResourcesResource2.resx",
]
# languages of other resources where to add the resources
languages = [
"it"
]
py script.py
-