Add files via upload
https://github.com/vim/vim/pull/19312
(1 file)
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
thanks, please note check.vim complains about those things:
msgid: %%
msgstr: %
Possibly incorrect final at line: 33
Possibly incorrect final at line: 39
ta.po: warning: Charset missing in header.
Message conversion to user's charset will not work.
msgfmt: input file doesn't contain a header entry with a charset specification
OK
Can you please also make the following changes to the Makefile:
diff --git a/src/po/Make_all.mak b/src/po/Make_all.mak index 96bac21e0..a79900f50 100644 --- a/src/po/Make_all.mak +++ b/src/po/Make_all.mak @@ -37,6 +37,7 @@ LANGUAGES = \ sk.cp1250 \ sr \ sv \ + ta \ tr \ uk \ uk.cp1251 \ @@ -83,6 +84,7 @@ POFILES = \ sk.cp1250.po \ sr.po \ sv.po \ + ta.po \ tr.po \ uk.po \ uk.cp1251.po \ @@ -178,6 +180,7 @@ CHECKFILES = \ sk.cp1250.ck \ sr.ck \ sv.ck \ + ta.ck \ tr.ck \ uk.ck \ uk.cp1251.ck \
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
@TamilNeram pushed 1 commit.
—
View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
Updated the file and checked the errors with msgfmt command.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
@TamilNeram pushed 1 commit.
You are receiving this because you are subscribed to this thread.![]()