macvim-dev / macvim

Vim - the text editor - for macOS
https://macvim.org
Vim License
7.47k stars 680 forks source link

Fix MacVim's Korean menu translations causing startup error #1279

Closed ychin closed 1 year ago

ychin commented 1 year ago

Apple's Korean translations contain individual "." instead of using ellipsis, and the extraction script wasn't escapting them when using them in menutrans commands. Add the escape and re-generate the Korean menu translations.

Fix #1278