Skip to content

Commit 65f79c7

Browse files
feat: add dravelimbolo profile and update README-FR.md translations (#822)
Fixes #774 ## 📝 Changes Made ### Added - Added my profile file `people/dravelimbolo.js` ### Updated - Updated `README-FR.md` translations section with all available languages (18 languages total) - Added missing translations: Arabic, Bengali, Hindi, Hinglish, Hungarian, Italian, Russian, Telugu, Thai, Urdu - Updated file paths to use `./translations/` directory ## ✅ Checklist - [x] Followed contribution guidelines - [x] Created branch with username `add-dravelimbolo` - [x] Added profile in `people/` directory - [x] Updated README-FR.md as requested in issue #774 - [x] Never used `master` branch for PR
2 parents 6cb11a8 + 551b320 commit 65f79c7

File tree

2 files changed

+22
-4
lines changed

2 files changed

+22
-4
lines changed

people/dravelimbolo.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
module.exports = {
2+
name: 'Dravel IMBOLO',
3+
github: 'dravelimbolo',
4+
email: 'contact@dravelimbolo.com',
5+
twitter: '@dravelimbolo',
6+
facebook: 'drav.imbolo',
7+
linkedin: 'in/dravel-imbolo'
8+
};

translations/README-FR.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,24 @@ Un référentiel où vous trouverez des informations sur le flux de travail de c
44

55
## 🌎 Traductions
66

7-
- [Portugais](./README-PT-BR.md)
7+
- [Arabe](./README-AR.md)
8+
- [Bengali](./README-BN.md)
89
- [Chinois](./README-CHI.md)
10+
- [Français](./README-FR.md)
11+
- [Allemand](./README-DE.md)
12+
- [Hindi](./README-HI.md)
13+
- [Hinglish](./README-HINGLISH.md)
14+
- [Hongrois](./README-HU.md)
15+
- [Indonésien](./README-ID.md)
16+
- [Italien](./README-it.md)
917
- [Japonais](./README-JP.md)
1018
- [Coréen](./README-KR.md)
19+
- [Portugais](./README-PT-BR.md)
20+
- [Russe](./README-RU.md)
1121
- [Espagnol](./README-ES.md)
12-
- [Indonésien](./README-ID.md)
13-
- [Allemand](./README-DE.md)
14-
- [Français](./README-FR.md)
22+
- [Telugu](./README-TE.md)
23+
- [Thaï](./README-TH.md)
24+
- [Ourdou](./README-UR.md)
1525

1626
## ❓ Comment contribuer
1727

0 commit comments

Comments
 (0)