https://github.com/vim/vim/pull/19860
(1 file)
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
note:
https://github.com/vim/vim/blob/3c0f8000e152ceb02619249f5ebf06d6ffe9c8d8/src/po/cleanup.vim#L20
does not remove a fuzzy entry like
#, fuzzy
msgid ""
"foo"
msgstr "bar"
msgmerge --for-msgfmt does a better job: it removes untranslated messages, fuzzy messages (except the header entry), and obsolete messages from the output.
But it means headers are gone as well.
https://github.com/vim/vim/blob/3c0f8000e152ceb02619249f5ebf06d6ffe9c8d8/src/po/af.po#L1-L25
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@e-kwsm pushed 1 commit.
—
View it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
thanks
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()