2016/2/2 Tue 6:35:09 UTC+9 Bram Moolenaar wrote:
> Taro Muraoka wrote:
>
> > Sorry and Thanks
> >
> > I attached updated version and upload it to:
> > https://github.com/vim-jp/lang-ja/releases/tag/20160201
> >
> > Please replace old one.
>
> Thanks, I'll include these.
>
> I forgot to mention one more problem (which is a bit hard to spot, it's
> reported by msgfmt):
> ja.sjis.po:3825: 'msgid' and 'msgstr' entries do not both end with '\n'
>
> Same for the other two files.
These additional '\n' in Japanese translations are intentional.
Without each of them, the Japanese message is connected with the next message
and it exceeds 80 columns, because this is a part of long messages.
See L4046 to L4079 in memline.c:
https://github.com/vim/vim/blob/master/src/memline.c#L4076-L4079
So please do not remove these additional '\n'.
Regards,
Ken Takata