[PR #147] Add French translation #136

Open
opened 2026-02-16 12:15:20 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/docs/pull/147
Author: @thibaultmeyer
Created: 8/23/2017
Status: 🔄 Open

Base: masterHead: feature/add-language-fr


📝 Commits (1)

📊 Changes

13 files changed (+811 additions, -0 deletions)

View changed files

📝 config.yaml (+43 -0)
content/doc/advanced.fr-fr.md (+13 -0)
content/doc/advanced/make.fr-fr.md (+44 -0)
content/doc/installation.fr-fr.md (+13 -0)
content/doc/installation/from-binary.fr-fr.md (+45 -0)
content/doc/installation/from-package.fr-fr.md (+57 -0)
content/doc/installation/from-source.fr-fr.md (+80 -0)
content/doc/installation/windows-service.fr-fr.md (+34 -0)
content/doc/installation/with-docker.fr-fr.md (+110 -0)
content/doc/upgrade.fr-fr.md (+13 -0)
content/doc/upgrade/from-gogs.fr-fr.md (+80 -0)
content/page/index.fr-fr.md (+278 -0)
📝 scripts/trans-copy (+1 -0)

📄 Description

This PR adds French version of the following pages:

  • Home
  • Installation
    • With Docker
    • From binary
    • From package
    • From source
    • Windows Service
  • Upgrade
    • From Gogs
  • Advanced
    • Make

Signed-off-by: Thibault Meyer meyer.thibault@gmail.com


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/docs/pull/147 **Author:** [@thibaultmeyer](https://github.com/thibaultmeyer) **Created:** 8/23/2017 **Status:** 🔄 Open **Base:** `master` ← **Head:** `feature/add-language-fr` --- ### 📝 Commits (1) - [`9b476c9`](https://github.com/go-gitea/docs/commit/9b476c9418574e8ba0ecf32c15b0ac4ad145c80f) Add French translation ### 📊 Changes **13 files changed** (+811 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `config.yaml` (+43 -0) ➕ `content/doc/advanced.fr-fr.md` (+13 -0) ➕ `content/doc/advanced/make.fr-fr.md` (+44 -0) ➕ `content/doc/installation.fr-fr.md` (+13 -0) ➕ `content/doc/installation/from-binary.fr-fr.md` (+45 -0) ➕ `content/doc/installation/from-package.fr-fr.md` (+57 -0) ➕ `content/doc/installation/from-source.fr-fr.md` (+80 -0) ➕ `content/doc/installation/windows-service.fr-fr.md` (+34 -0) ➕ `content/doc/installation/with-docker.fr-fr.md` (+110 -0) ➕ `content/doc/upgrade.fr-fr.md` (+13 -0) ➕ `content/doc/upgrade/from-gogs.fr-fr.md` (+80 -0) ➕ `content/page/index.fr-fr.md` (+278 -0) 📝 `scripts/trans-copy` (+1 -0) </details> ### 📄 Description This PR adds French version of the following pages: - Home - Installation - With Docker - From binary - From package - From source - Windows Service - Upgrade - From Gogs - Advanced - Make Signed-off-by: Thibault Meyer <meyer.thibault@gmail.com> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 12:15:20 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: go-gitea/docs#136