Something is wrong in the Swedish "vim7/src/po/sv.po" translation file:
$ cd vim7/src/po/ $ make check ./vim -u NONE -e -S check.vim -c "if error == 0 | q | endif" -c cq sv.po make: *** [sv.ck] Error 1 I attach a patch to fix it. -- Dominique --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
Index: sv.po =================================================================== RCS file: /cvsroot/vim/vim7/src/po/sv.po,v retrieving revision 1.8 diff -c -r1.8 sv.po *** sv.po 10 May 2007 19:13:28 -0000 1.8 --- sv.po 17 Feb 2008 16:08:11 -0000 *************** *** 6,12 **** "Project-Id-Version: Vim 7.1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2007-05-09 14:27+0200\n" ! "PO-Revision-Date: 2007-05-09 14:52%z\n" "Last-Translator: Johan Svedberg <[EMAIL PROTECTED]>\n" "Language-Team: Swedish <[EMAIL PROTECTED]>\n" "MIME-Version: 1.0\n" --- 6,12 ---- "Project-Id-Version: Vim 7.1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2007-05-09 14:27+0200\n" ! "PO-Revision-Date: 2007-05-09 14:52+0200\n" "Last-Translator: Johan Svedberg <[EMAIL PROTECTED]>\n" "Language-Team: Swedish <[EMAIL PROTECTED]>\n" "MIME-Version: 1.0\n"
