comparison runtime/lang/menu_chinese_gb.936.vim @ 27788:a1effd6bb5ba v8.2.4420

patch 8.2.4420: menu translations are inconsistent Commit: https://github.com/vim/vim/commit/a42535340a906d33173e8b3e82085c161a0524c8 Author: Ada <me@yuhaowen.com> Date: Sat Feb 19 12:06:09 2022 +0000 patch 8.2.4420: menu translations are inconsistent Problem: Menu translations are inconsistent. Solution: Add a Makefile to convert between encodings. (Ada (Haowen) Yu, closes #9801)
author Bram Moolenaar <Bram@vim.org>
date Sat, 19 Feb 2022 13:15:03 +0100
parents a30d28e794de
children 34c1f4cd0c18
comparison
equal deleted inserted replaced
27787:f21b1b2a903f 27788:a1effd6bb5ba
1 " Menu Translations: Simplified Chinese 1 " Menu Translations: Simplified Chinese
2 " Maintainer: Shun Bai <baishunde@gmail.com> 2 " Maintainer: Shun Bai <baishunde@gmail.com>
3 " Previous Maintainer: Yuheng Xie <elephant@linux.net.cn> 3 " Previous Maintainer: Yuheng Xie <elephant@linux.net.cn>
4 " Last Change: 2020 Apr 23 4 " Last Change: 2022 Feb 19
5 " Generated from menu_zh_cn.utf-8.vim, DO NOT EDIT
5 6
6 " Quit when menu translations have already been done. 7 " Quit when menu translations have already been done.
7 if exists("did_menu_trans") 8 if exists("did_menu_trans")
8 finish 9 finish
9 endif 10 endif
447 " }}} 448 " }}}
448 449
449 let &cpo = s:keepcpo 450 let &cpo = s:keepcpo
450 unlet s:keepcpo 451 unlet s:keepcpo
451 452
452 " vim: set nu ts=4 sw=4 noet fdm=marker fdc=4 : 453 " vim: set ts=4 sw=4 noet fdm=marker fdc=4 :