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:
James McCoy 2016-07-12 22:42:17 +01:00
parent 335be4272e
commit 448dd2adfa
No known key found for this signature in database
GPG Key ID: DFE691AE331BA3DB

View File

@ -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"