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
##########################################################################################