Restorer
Restorer
@cvwillegen , you have done a great job, thank you very much! I made some changes to the makefiles, hopefully it will make it a bit easier to prepare translations...
> This means, that both files called foo.vim are to be specified for the POT file creation. Because the temporary files are written one by one, the contents of the...
@cvwillegen So far, the easiest way that comes to mind is to solve this. This will create temporary files "*.js", in the same place as the source files "*.vim". That...
@cvwillegen Kindly test out this alternative. I quickly made a rough drawing of it. I have only tested it on WinNT 6.1 up to now. It appears to be functioning...
Everything seems to be working correctly now. The path is recognized in the Vim script when adjusted. A template PO for the Vim editor is also normally created. I checked...
Yes, everything is functioning properly. Thank you! ```cmd nmake.exe -f Make_mvc.mak "VIMPROG=vim.exe" "PLUGPACKAGE=make" "PO_PLUG_INPUTLIST=..\..\runtime\ftplugin\make.vim ..\..\runtime\syntax\xcompose.vim ..\..\runtime\indent\make.vim ..\..\runtime\syntax\make.vim" make.pot ``` ```po "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #: ../../runtime/ftplugin/make.vim:12 msgid "This is...
Processing of several file names. For example: ```po #: ../../runtime/autoload/netrw.vim:4852 ../../runtime/autoload/netrw.vim:9986 msgid "\" Quick Help: :help " msgstr "" ```
@cvwillegen Yes, I agree, tests are useful and should be done. I'll look into it all, but please give me some time. I'll try to add a test for MS...
@chrisbra , @cvwillegen The tests have been added and are working as expected. Also, the "test_gettext_cp1251.vim" and "test_gettext_utf8.vim" tests now work in MS Windows, thanks to @LemonBoy for the tip....
> Thanks, Can you please squash into a single commit and fix the conflicts? Yes, of course. But I have it showing that the conflicts have been removed. Excuse me,...