mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 00:46:30 +00:00
install *.mo files correctly
This commit is contained in:
@@ -72,8 +72,8 @@ if(HAVE_WORKING_LIBINTL AND GETTEXT_FOUND AND XGETTEXT_PRG AND ICONV_PRG)
|
|||||||
|
|
||||||
install_helper(
|
install_helper(
|
||||||
FILES ${moFile}
|
FILES ${moFile}
|
||||||
DESTINATION ${CMAKE_INSTALL_LOCALEDIR}/${name}/LC_MESSAGES
|
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/nvim/runtime/lang/${name}/LC_MESSAGES
|
||||||
RENAME nvim.mo)
|
RENAME vim.mo)
|
||||||
|
|
||||||
list(APPEND LANGUAGE_MO_FILES ${moFile})
|
list(APPEND LANGUAGE_MO_FILES ${moFile})
|
||||||
endmacro()
|
endmacro()
|
||||||
|
Reference in New Issue
Block a user