Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@

<div align="right">
<details>
<summary >🌐 Language</summary>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Remove extra whitespace in summary tag.

There is unnecessary whitespace before the closing > in the <summary> tag.

🔎 Proposed fix
-    <summary >🌐 Language</summary>
+    <summary>🌐 Language</summary>
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
<summary >🌐 Language</summary>
<summary>🌐 Language</summary>
🤖 Prompt for AI Agents
In README.md around line 4, the <summary> tag contains an extra space before the
closing '>' ("<summary >..."), remove that whitespace so the tag reads
"<summary>🌐 Language</summary>" to ensure proper HTML/markdown rendering;
update the single tag on line 4 accordingly.

<div>
<div align="center">
<a href="https://openaitx.github.io/view.html?user=tgotwig&project=vidmerger&lang=en">English</a>
| <a href="https://openaitx.github.io/view.html?user=tgotwig&project=vidmerger&lang=zh-CN">简体中文</a>
| <a href="https://openaitx.github.io/view.html?user=tgotwig&project=vidmerger&lang=zh-TW">繁體中文</a>
| <a href="https://openaitx.github.io/view.html?user=tgotwig&project=vidmerger&lang=ja">日本語</a>
| <a href="https://openaitx.github.io/view.html?user=tgotwig&project=vidmerger&lang=ko">한국어</a>
| <a href="https://openaitx.github.io/view.html?user=tgotwig&project=vidmerger&lang=hi">हिन्दी</a>
| <a href="https://openaitx.github.io/view.html?user=tgotwig&project=vidmerger&lang=th">ไทย</a>
| <a href="https://openaitx.github.io/view.html?user=tgotwig&project=vidmerger&lang=fr">Français</a>
| <a href="https://openaitx.github.io/view.html?user=tgotwig&project=vidmerger&lang=de">Deutsch</a>
| <a href="https://openaitx.github.io/view.html?user=tgotwig&project=vidmerger&lang=es">Español</a>
| <a href="https://openaitx.github.io/view.html?user=tgotwig&project=vidmerger&lang=it">Italiano</a>
| <a href="https://openaitx.github.io/view.html?user=tgotwig&project=vidmerger&lang=ru">Русский</a>
| <a href="https://openaitx.github.io/view.html?user=tgotwig&project=vidmerger&lang=pt">Português</a>
| <a href="https://openaitx.github.io/view.html?user=tgotwig&project=vidmerger&lang=nl">Nederlands</a>
| <a href="https://openaitx.github.io/view.html?user=tgotwig&project=vidmerger&lang=pl">Polski</a>
| <a href="https://openaitx.github.io/view.html?user=tgotwig&project=vidmerger&lang=ar">العربية</a>
| <a href="https://openaitx.github.io/view.html?user=tgotwig&project=vidmerger&lang=fa">فارسی</a>
| <a href="https://openaitx.github.io/view.html?user=tgotwig&project=vidmerger&lang=tr">Türkçe</a>
| <a href="https://openaitx.github.io/view.html?user=tgotwig&project=vidmerger&lang=vi">Tiếng Việt</a>
| <a href="https://openaitx.github.io/view.html?user=tgotwig&project=vidmerger&lang=id">Bahasa Indonesia</a>
| <a href="https://openaitx.github.io/view.html?user=tgotwig&project=vidmerger&lang=as">অসমীয়া</
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical

Fix incomplete HTML tag for Assamese language link.

The closing </a> tag is missing on the final language link. The line currently ends with অসমीয়া</ instead of অসমীय়া</a>.

🔎 Proposed fix
-        | <a href="https://openaitx.github.io/view.html?user=tgotwig&project=vidmerger&lang=as">অসমীয়া</
+        | <a href="https://openaitx.github.io/view.html?user=tgotwig&project=vidmerger&lang=as">অসমীয়া</a>
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
| <a href="https://openaitx.github.io/view.html?user=tgotwig&project=vidmerger&lang=as">অসমীয়া</
| <a href="https://openaitx.github.io/view.html?user=tgotwig&project=vidmerger&lang=as">অসমীয়া</a>
🤖 Prompt for AI Agents
In README.md around line 27, the Assamese language link has an incomplete HTML
anchor: the text ends with "অসমীয়া</" and is missing the closing </a> (and the
visible text appears garbled). Fix by replacing that fragment with the proper
anchor text and closing tag (e.g., use "অসমীয়া</a>") so the link text is
correct and the anchor is properly closed.

</div>
</div>
</details>
</div>

<!-- https://github.com/elsewhencode/project-guidelines/blob/master/README.sample.md -->

<p align="center"><a><img src="img/merge.gif" alt="img/merge.gif"/></a></p>
Expand Down