ASP resources creator
1.0.0
这个 python 脚本让它变得更快!
在数组中设置 resx 文件路径和所需的语言:
在resources数组中插入资源路径,在languages数组中插入其他资源文件的语言。
例子:
# 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
##########################################