l10n: fix typo "NITES" → "NOTES" in French translation#2153
l10n: fix typo "NITES" → "NOTES" in French translation#2153tychota wants to merge 1 commit intogit:gh-pagesfrom
Conversation
Fix a typo in the French translation of git-notes merge strategy section heading: "STRATÉGIES DE FUSION DE NITES" should be "STRATÉGIES DE FUSION DE NOTES". Assisted-by: Claude:claude-opus-4-6
|
Thank you for this fix. Unfortunately, you reached the completely wrong repository here. We are only mirroring what we get from the upstream repositories. The big indicator is the In this particular instance, those files are intended to be updated exclusively by the Now, the biggest problem there is: I cannot find any mention of |
Ah! It's just GitHub being... particular... about large files. If you clone https://github.com/jnavila/git-manpages-l10n/, you can find it immediately: $ git grep -n NITES
po/documentation.fr.po:79240:msgstr "La stratégie de fusion à choisir lors de la fusion denote dans `refs/notes/ <nom>`. Cela remplace le plus général `notes.mergeStrategy`. Voir la section « STRATÉGIES DE FUSION DE NITES » dans linkgit:git-notes[1] pour plus d'informations sur les stratégies disponibles."@tychota Could you please make the change in a clone of that repository, transplant your commit message to that change, and open the PR there? |
|
Sure i will do that so let me see if i get that right:
The step i'm unclear off is once merged there, how should I make sure the website is updated ? is there manual steps ? |
Excellent.
That will all be semi-automatic and you won't have to do a thing. Probably coinciding with Git v2.54.0 on April 20th, the |
Summary
Test plan
Assisted-by: Claude:claude-opus-4-6