Skip to content

Commit

Permalink
ReSync content French page from English page (#257)
Browse files Browse the repository at this point in the history
* Ajout du fichier index.fr.md

* Delete test link

* Delete test link

* Minor update

* Minor content update

* Traduction du README.md et du billet Quickstart

* Correction mineure du billet Features

* Correction mineure du billet Features

* Réecriture README.md

* Ajout du fichier index.fr.md pour la traduction fr du billet support

* Ajout billet de support traduit

* Renommage du fichier

* MAJ mineure

* MAJ de la traduction prepare your site

* Traduction FR supplémentaire

* Modification des titres site et auteur information

* Ajout de nouvelles traductions et améliorations

* Refresh prepare your site article

* Deletion warning message

* Deletion of deprecated message

* Update README.md in English && Update supports article

* Rollback ton initial English Version

* Fix front matter page and a few things

* Fix front matter page and a few things

* Fix a few markdown syntax & update french translation

* First translation into French

* Fix markdown syntax and a few update of french translation

* Fix front matter page and a few things

* Initial file a French translation in Front Matter

* Initial file a French translation in Front Matter

* Fixe Front Matter and fullfrench translation page

* Initial full french translation

* Update French Translation

* Update index.fr.md

Fix minor

* Update index.fr.md

minor fix

* Synchronization of French page content on last English page

* Update index.fr.md

Link on bottom page fixed

* Update index.fr.md

Update links of the bottom of page to target french pages

---------

Co-authored-by: Emruz Hossain <[email protected]>
  • Loading branch information
niltied and hossainemruz authored Jan 14, 2024
1 parent 0748792 commit e9921b8
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 36 deletions.
13 changes: 7 additions & 6 deletions content/posts/quickstart/index.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,10 @@ git push origin HEAD

### Et ensuite ?

- Personnaliser l'arrière-plan, le logo, et quelques autres choses de votre site en suivant [ce guide](/posts/configuration/site-parameters/index.fr.md).
- Ajouter des informations sur vous en suivant [ce guide](/posts/configuration/sections/about/index.fr.md).
- Ajouter les informations sur vos compétences en suivant [ce guide](/posts/configuration/sections/skills/index.fr.md).
- Ajouter les informations sur vos expériences en suivant [ce guide](/posts/configuration/sections/experiences/index.fr.md).
- Déployer votre site sur Github Page en suivant le guide par [ici](/posts/getting-started/github-pages/index.fr.md).
- Déployer votre site sur Netlify en suivant le guide par [ici](/posts/getting-started/netlify/index.fr.md).
- Personnaliser l'arrière-plan, le logo, et quelques autres choses de votre site en suivant [ce guide](/fr/posts/configuration/site-parameters/).
- Ajouter des informations sur vous en suivant [ce guide](/fr/posts/configuration/sections/about/).
- Ajouter les informations sur vos compétences en suivant [ce guide](/fr/posts/configuration/sections/skills/).
- Ajouter les informations sur vos expériences en suivant [ce guide](/fr/posts/configuration/sections/experiences/).
- Déployer votre site sur Github Page en suivant le guide par [ici](/fr/posts/getting-started/github-pages/).
- Déployer votre site sur Netlify en suivant le guide par [ici](/fr/posts/getting-started/netlify/).

61 changes: 31 additions & 30 deletions content/posts/shortcodes/index.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,68 +28,69 @@ This is sample alert with `type="success"`.

L'alerte qui apparaîtra ressemblera à ça:

#### Succès

**code**

```markdown
{{</* alert type="success" */>}}
This is sample alert with `type="success"`.
{{</* /alert */>}}
```

**Résultat:**

{{< alert type="success" >}}
This is sample alert with `type="success"`.
{{< /alert >}}

Les alertes suivantes sont également disponible dans ce thème.
#### Danger

**Code:**

```markdown
{{</* alert type="danger" */>}}
This is sample alert with `type="danger"`.
{{</* /alert */>}}
```

**Résultat:**

{{< alert type="danger" >}}
This is sample alert with `type="danger"`.
{{< /alert >}}

#### Warning

**Code:**

```markdown
{{</* alert type="warning" */>}}
This is sample alert with `type="warning"`.
{{</* /alert */>}}
```

**Résultat:**

{{< alert type="warning" >}}
This is sample alert with `type="warning"`.
{{< /alert >}}

```markdown
{{</* alert type="info" */>}}
This is sample alert with `type="info"`.
{{</* /alert */>}}
```
{{< alert type="info" >}}
This is sample alert with `type="info"`.
{{< /alert >}}

```markdown
{{</* alert type="dark" */>}}
This is sample alert with `type="dark"`.
{{</* /alert >}}
```
#### Info

{{< alert type="dark" >}}
This is sample alert with `type="dark"`.
{{</* /alert */>}}
**Code:**

```markdown
{{</* alert type="primary" */>}}
This is sample alert with `type="primary"`.
{{</* alert type="info" */>}}
This is sample alert with `type="info"`.
{{</* /alert */>}}
```

{{< alert type="primary" >}}
This is sample alert with `type="primary"`.
{{< /alert >}}
**Résultat:**

```markdown
{{</* alert type="secondary" */>}}
This is sample alert with `type="secondary"`.
{{</* /alert */>}}
```
{{< alert type="info" >}}
This is sample alert with `type="info"`.

{{< alert type="secondary" >}}
This is sample alert with `type="secondary"`.
{{< /alert >}}

## Image
Expand Down

0 comments on commit e9921b8

Please sign in to comment.