diff src/po/Make_all.mak @ 32485:2fc568b082ef v9.0.1574

patch 9.0.1574: MS-Windows: list of translation input files incomplete Commit: https://github.com/vim/vim/commit/167fb6d39b23e0967dabc523ce190e7447114e69 Author: Bram Moolenaar <Bram@vim.org> Date: Tue May 23 15:27:51 2023 +0100 patch 9.0.1574: MS-Windows: list of translation input files incomplete Problem: MS-Windows: list of translation input files incomplete. Solution: Move the list of files to a common file. (closes https://github.com/vim/vim/issues/12426)
author Bram Moolenaar <Bram@vim.org>
date Tue, 23 May 2023 16:30:04 +0200
parents d86042b281df
children 0d2b75395eda
line wrap: on
line diff
--- a/src/po/Make_all.mak
+++ b/src/po/Make_all.mak
@@ -180,3 +180,11 @@ CHECKFILES = \
 		zh_TW.UTF-8.ck \
 		zh_TW.ck \
 
+PO_VIM_INPUTLIST = \
+	../../runtime/optwin.vim \
+	../../runtime/defaults.vim
+
+PO_VIM_JSLIST = \
+	optwin.js \
+	defaults.js
+