]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.2130: some errors with translation Makefiles v9.0.2130
authorKen Takata <kentkt@csc.jp>
Sat, 25 Nov 2023 14:51:00 +0000 (15:51 +0100)
committerChristian Brabandt <cb@256bit.org>
Sat, 25 Nov 2023 14:51:00 +0000 (15:51 +0100)
commit075ad7047457debfeef13442c01e74088b461092
treed448a1b487a8682213adfd05e99dd2147e15d17a
parenta555069b7d790abedc60edc505bd35bda257949d
patch 9.0.2130: some errors with translation Makefiles

Problem:  some errors with translation Makefiles
Solution: fix issues

Update src/po/ makefiles after 9.0.2127

* Change how to check `%LANGUAGE%`.
  Check it only when needed.
* Add double quotes to where `GETTEXT_PATH` is used.
  Before 9.0.2127, this worked: `nmake -f Make_mvc.mak GETTEXT_PATH="\"C:\Program Files\Git\usr\bin\""` (which was a bit tricky.)
  9.0.2127 broke this and syntax error occurred.
  This doesn't work either in 9.0.2127: `nmake -f Make_mvc.mak GETTEXT_PATH="C:\Program Files\Git\usr\bin"`
  With this Commit, this works: `nmake -f Make_mvc.mak GETTEXT_PATH="C:\Program Files\Git\usr\bin"`
* Better error report for the `check` target.
  Show the line number of the error. (Imported from vim-jp/lang-ja.)

closes: #13567

Signed-off-by: Ken Takata <kentkt@csc.jp>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/po/Make_mvc.mak
src/po/Makefile
src/version.c