pilotmoon / PopClip-Extensions

Source code for extensions in the official PopClip Extensions directory.
https://www.popclip.app/extensions/
MIT License
1.92k stars 442 forks source link

How to change default text of 'Cut', 'Copy' of popup menu to icon? #1113

Closed dofine closed 4 years ago

dofine commented 5 years ago

image My system language is Chinese so the words of 'cut'(剪切) 'copy'(拷贝) really takes much screen space. May I edit and change it to other icon/emoji? Thanks!

lordlycastle commented 4 years ago

Email support. This is in app thing, not extensions. Unless you wish to create extensions that mimic that flow. (I would not recommend it as it'll be very difficult to get it perfect.)

dofine commented 4 years ago

For anyone who's interested, go to Mac OS system settings -> Languange, and change the languange setting of popclip to English(or whatever you like)

pilotmoon commented 4 years ago

defaults write com.pilotmoon.PopClip UseShortTitles -bool YES

then restart PopClip, will set the labels to ⌘C, ⌘V and ⌘X instead of the localised language string.