public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC] Introducing AI Agents to Git Localization
@ 2026-02-04  9:31 Jiang Xin
  2026-02-04 11:58 ` Peter Krefting
                   ` (3 more replies)
  0 siblings, 4 replies; 42+ messages in thread
From: Jiang Xin @ 2026-02-04  9:31 UTC (permalink / raw)
  To: Alexander Shopov, Mikel Forcada, Ralf Thielow,
	Jean-Noël Avila, Bagas Sanjaya, Dimitriy Ryazantcev,
	Peter Krefting, Emir SARI, Arkadii Yakovets,
	Vũ Tiến Hưng, Teng Long, Yi-Jyun Pan, Jordi Mas,
	Matthias Rüster, Phillip Szelat, Sébastien Helleu,
	insolor, Kateryna Golovanova, Trần Ngọc Quân,
	Nguyễn Thái Ngọc Duy, Ray Chen, 依云,
	Fangyi Zhou, Jiang Xin, Franklin Weng
  Cc: Git List

Dear Git l10n team members,

Two commits have been introduced in the next branch of the git-po
repository to better support AI-assisted workflows for Git l10n
translation and quality checking:

 - https://github.com/git-l10n/git-po/commits/next/

Before submitting patches upstream, I invite the community to test
using AI agents for day-to-day Git l10n tasks.

To get started, work on the next branch:

    git clone git@github.com:git-l10n/git-po.git
    git checkout -b next origin/next

Please try using AI coding tools to update translations in po/XX.po or
review historical translations, following the prompts below:

 - "Refer to @po/README.md to update translations in po/XX.po."
 - "Refer to @po/README.md to review all translations in po/XX.po."

--
Jiang Xin

^ permalink raw reply	[flat|nested] 42+ messages in thread

end of thread, other threads:[~2026-03-16 23:55 UTC | newest]

Thread overview: 42+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-04  9:31 [RFC] Introducing AI Agents to Git Localization Jiang Xin
2026-02-04 11:58 ` Peter Krefting
2026-02-04 13:00   ` Michal Suchánek
2026-02-04 14:38     ` 依云
2026-02-05  2:06     ` Jiang Xin
2026-02-05  8:30       ` Michal Suchánek
2026-02-05 11:16         ` Jiang Xin
2026-02-05 13:18           ` Michal Suchánek
2026-02-05  1:04   ` Jiang Xin
2026-02-05  1:53     ` brian m. carlson
     [not found] ` <0207CD38-C811-499D-AFA6-131B0CA825CD@gmail.com>
2026-02-05 12:54   ` Jiang Xin
2026-02-05 13:00 ` [RFC PATCH 1/2] l10n: add .gitattributes to simplify location filtering Jiang Xin
2026-02-05 20:07   ` Junio C Hamano
2026-02-05 13:00 ` [RFC PATCH 2/2] l10n: README: document AI assistant guidelines Jiang Xin
2026-02-05 20:35   ` Junio C Hamano
2026-02-06  2:38     ` Jiang Xin
2026-03-03 15:33       ` [PATCH v2 0/5] docs(l10n): AI agent instructions and workflow improvements Jiang Xin
2026-03-03 15:33         ` [PATCH v2 1/5] l10n: add .gitattributes to simplify location filtering Jiang Xin
2026-03-03 15:33         ` [PATCH v2 2/5] docs(l10n): add AGENTS.md with optimized update-pot instructions Jiang Xin
2026-03-12  2:11           ` Jiang Xin
2026-03-03 15:33         ` [PATCH v2 3/5] docs(l10n): add AI agent instructions for updating po/XX.po files Jiang Xin
2026-03-03 15:33         ` [PATCH v2 4/5] docs(l10n): add AI agent instructions for translating PO files Jiang Xin
2026-03-12  2:26           ` Jiang Xin
2026-03-03 15:33         ` [PATCH v2 5/5] docs(l10n): add AI agent instructions to review translations Jiang Xin
2026-03-12  2:34           ` Jiang Xin
2026-03-14 14:38       ` [PATCH v3 0/5] docs(l10n): AI agent instructions and workflow improvements Jiang Xin
2026-03-14 14:38         ` [PATCH v3 1/5] l10n: add .gitattributes to simplify location filtering Jiang Xin
2026-03-15 11:13           ` Johannes Sixt
2026-03-15 16:11             ` Junio C Hamano
2026-03-16  5:44               ` Jiang Xin
2026-03-16  3:21             ` Jiang Xin
2026-03-16 12:43               ` Johannes Sixt
2026-03-14 14:38         ` [PATCH v3 2/5] docs(l10n): add AGENTS.md with optimized update-pot instructions Jiang Xin
2026-03-14 14:38         ` [PATCH v3 3/5] docs(l10n): add AI agent instructions for updating po/XX.po files Jiang Xin
2026-03-14 14:38         ` [PATCH v3 4/5] docs(l10n): add AI agent instructions for translating PO files Jiang Xin
2026-03-14 14:38         ` [PATCH v3 5/5] docs(l10n): add AI agent instructions to review translations Jiang Xin
2026-03-16 23:54       ` [PATCH v4 0/5] docs(l10n): AI agent instructions and workflow improvements Jiang Xin
2026-03-16 23:54         ` [PATCH v4 1/5] l10n: add .gitattributes to simplify location filtering Jiang Xin
2026-03-16 23:54         ` [PATCH v4 2/5] docs(l10n): add AGENTS.md with optimized update-pot instructions Jiang Xin
2026-03-16 23:54         ` [PATCH v4 3/5] docs(l10n): add AI agent instructions for updating po/XX.po files Jiang Xin
2026-03-16 23:54         ` [PATCH v4 4/5] docs(l10n): add AI agent instructions for translating PO files Jiang Xin
2026-03-16 23:54         ` [PATCH v4 5/5] docs(l10n): add AI agent instructions to review translations Jiang Xin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox