Added messages from POT file and added some more translations
https://github.com/vim/vim/pull/19361
(1 file)
—
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.![]()
Thanks, but please run check.vim in the po directory. There are many issues with the new translations.
—
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.![]()
@TamilNeram pushed 1 commit.
You are receiving this because you are subscribed to this thread.![]()
Thanks, but please run check.vim in the po directory. There are many issues with the new translations.
Fixed the issues and verified by using 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.![]()
@TamilNeram pushed 1 commit.
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.![]()
@TamilNeram pushed 1 commit.
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.![]()
@TamilNeram pushed 1 commit.
You are receiving this because you are subscribed to this thread.![]()
Is this expected?
vim --clean ta.po
:so check.vim
Possibly incorrect final at line: 635
Possibly incorrect final at line: 641
Possibly incorrect final at line: 1930
Possibly incorrect final at line: 3047
Possibly incorrect final at line: 3053
Possibly incorrect final at line: 3151
Possibly incorrect final at line: 8099
Possibly incorrect final at line: 8486
Possibly incorrect final at line: 8615
Possibly incorrect final at line: 8894
Possibly incorrect final at line: 8936
Possibly incorrect final at line: 9130
Possibly incorrect final at line: 9277
Possibly incorrect final at line: 10973
Possibly incorrect final at line: 11114
OK
From having a quick look, at least part of those warnings can be avoided by removing the extra linebreak:
#, c-format
msgid "W20: Required python version 2.x not supported, ignoring file: %s"
msgstr ""
"W20: தேவையான பைதான் பதிப்பு 2.x ஆதரிக்கப்படவில்லை, கோப்பைப் புறக்கணிக்கிறது: %s"
#, c-format
msgid "W21: Required python version 3.x not supported, ignoring file: %s"
msgstr ""
"W21: தேவையான பைதான் பதிப்பு 3.x ஆதரிக்கப்படவில்லை, கோப்பைப் புறக்கணிக்கிறது: %s"
msgid "Entering Ex mode. Type \"visual\" to go to Normal mode."
msgstr ""
"முன்னாள் பயன்முறையில் நுழைகிறது. இயல்பான பயன்முறைக்கு செல்ல \"காட்சி\" என "
"தட்டச்சு செய்யவும்."
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
Oh and can you please revert the mode change for check.vim?
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
ok. I will do both those changes and let you know.
—
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.![]()
@TamilNeram pushed 1 commit.
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.![]()
@TamilNeram pushed 1 commit.
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.![]()
@TamilNeram pushed 1 commit.
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.![]()
@TamilNeram pushed 1 commit.
You are receiving this because you are subscribed to this thread.![]()
@chrisbra, I am not able to find the root cause for this one test failure.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
TamilNeram left a comment (vim/vim#19361)
@chrisbra, I am not able to find the root cause for this one test failure.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
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.![]()
@TamilNeram pushed 1 commit.
You are receiving this because you are subscribed to this thread.![]()
Hi, Op ma 16 feb 2026, 06:22 schreef தமிழ் நேரம் @.***>:
TamilNeram left a comment (vim/vim#19361) <#19361 (comment)> @chrisbra https://github.com/chrisbra, I am not able to find the root cause for this one test failure.
The version number has changed to 9.2. Please merge the latest version to fix this test. Christ van Willegen
I have taken latest repo content and from main branch taken the vim.pot file, I have updated the messages as well. Still, this one test is failing, can you please help in fixing this issue.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.![]()
@TamilNeram pushed 1 commit.
You are receiving this because you are subscribed to this thread.![]()
diff --git a/src/po/ta.po b/src/po/ta.po index c4dcb7f29..7f16da990 100644 --- a/src/po/ta.po +++ b/src/po/ta.po @@ -1,4 +1,4 @@ -# Tamil Translation for Vim +# Tamil Translation for Vim # Copyright (C) YEAR 2026, The Vim Project # This file is distributed under the same license as the Vim package. # FIRST AUTHOR தமிழ்நேரம் <TamilN...@gmail.com>, 2026.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.![]()
yes, I also noticed and this breaks msgfmt. You also do not need to modify gvim.desktop.in and vim.desktop.in, the makefile generates the proper comments from you po file already (and fails currently, because of the now duplicate entries).
Thanks I include it with those changes.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you commented.![]()
included as of b8b7df2
—
Reply to this email directly, view it on GitHub.
You are receiving this because you commented.![]()
—
Reply to this email directly, view it on GitHub.
You are receiving this because you commented.![]()