moudey / Shell

Powerful context menu manager for Windows File Explorer
https://nilesoft.org
MIT License
2.88k stars 96 forks source link

Pin/Unpin wildcard in modify.nss depend on os language #477

Open dimateos opened 3 days ago

dimateos commented 3 days ago

I had to naively add spanish... is there another way to wildcard the properly localized ids?

modify(find="unpin*" pos="bottom" menu="Pin/Unpin")
modify(find="pin*" pos="top" menu="Pin/Unpin")

modify(find="anclar*" pos="bottom" menu="Pin/Unpin")
modify(find="desanclar*" pos="top" menu="Pin/Unpin")