mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Add missing translation from vim-patch:5e9b2fa
The UTF-8 Japanese translation of "Word '%.*s' added to %s" was missed
in 404dc5420b
, which caused a segfault due
to the missing '%.*s'.
Closes #5055
This commit is contained in:
parent
335be4272e
commit
448dd2adfa
@ -5653,7 +5653,7 @@ msgstr "単語 '%.*s' が %s から削除されました"
|
||||
#: ../spell.c:8117
|
||||
#, c-format
|
||||
msgid "Word '%.*s' added to %s"
|
||||
msgstr "%s に単語が追加されました"
|
||||
msgstr "単語 '%.*s' が %s へ追加されました"
|
||||
|
||||
#: ../spell.c:8381
|
||||
msgid "E763: Word characters differ between spell files"
|
||||
|
Loading…
Reference in New Issue
Block a user