> On windows, international menus work automatically.
>
> How can I enable that menu on Mac? I have tried to set
> language "sl_SI"
> in .vimrc or to put Slovenian on the top of the list (as primary
> language) in "international" settings in System Preferences, but it
> doesn't help at all.
>
> The file that should be loaded is located under
> MacVim.app/Contents/Resources/vim/runtime/lang/menu_sl_si.utf-8.vim
this doesn't work yet. MacVim uses a different system for the some
menus to support displaying hotkeys like ⌘S in the menus and for
making the menus blink if you hit this shortcut. This is only
available in english for now. You can do `:e $VIM/gvimrc` to take a
look at how the existing menu works.
Nico