On Thu, Nov 18, 2021 at 09:37:57AM +0800, Jiang Xin wrote: > On Thu, Nov 18, 2021 at 1:54 AM Taylor Blau <me@xxxxxxxxxxxx> wrote: > > > > Jiang, > > > > On Wed, Nov 17, 2021 at 11:21:49PM +0530, Pratyush Yadav wrote: > > > Hi Etienne, > > > > > > On 17/11/21 03:47PM, Philip Oakley wrote: > > > > On 16/11/2021 21:15, Etienne Guillot wrote: > > > > > Hi, > > > > > > > > > > I found a typo mistake in the french translation of git-gui. > > > > > I did read the instructions on this page > > > > > https://git-scm.com/docs/SubmittingPatches > > > > > but I still not sure where should I push the correction. > > > > > > > > > > Thanks for your help > > > > > > > > > > Etienne Guillot > > > > Hi Etienne > > > > > > > > The Git Gui is managed by Pratyush Yadav (cc'd) and hosted at > > > > https://github.com/prati0100/git-gui > > > > > > > > Not sure what the latest is on contributing translations (not covered in > > > > the GitHub Readme..). > > > > > > I usually ask people to post patches on this mailing list and I review > > > them here. But I make an exception for translation changes since they > > > never get any reviews anyway. > > > > > > So I am fine with either a Pull Request on GitHub or a patch on the > > > mailing list. > > > > Since Pratyush is the maintainer, does the po/TEAMS file in your tree > > need updating? > > Git Gui is a standalone project with its own workflow. The file > "po/TEAMS" is only used for Git project, so I am a little confused how > to update this file? I misread Etienne's original message, I thought they were asking about the French translation for Git, not git-gui. > > I'm not sure how up-to-date the file is in general, but the last commit > > was made semi-recently back in August, so I assume that the entry for > > the French translation is outdated. > > French l10n team is led by Jean-Noël Avila, and is very active. > > git log --no-merges -- po/fr.po > > L10n for git-gui are maintained by different people though. Because > "git-gui" is merged into git using subtree merge strategy, I cannot > find commit logs of "git-gui/po/fr.po" using the same command, and > have to find the original git-gui commit, and find commit logs from > "po/fr.po" (which is quite different file from "po/fr.po" of Git). > > git log 8a383db4b2 -- po/fr.po Yes, clearly no update is necessary here. Sorry for the confusion. Thanks, Taylor