Skip to content

Commit

Permalink
[UI/UX:System] My Profile page in French (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef-Chip authored Aug 9, 2023
1 parent 9e1c4b1 commit 1a13745
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
Binary file added .DS_Store
Binary file not shown.
17 changes: 16 additions & 1 deletion lang/en_US.json
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
{}
{
"My_Profile": {
"My_Profile": "My Profile",
"Basic_Information": "Basic Information",
"Username": "Username",
"First_Name": "First Name",
"Last_Name": "Last Name",
"Abbreviated_Name": "Abbreviated Name",
"Pronouns": "Pronouns",
"Pronouns_Forum": "Display Pronouns in Discussion Forum",
"Primary_Email": "Primary Email",
"Secondary_Email": "Secondary Email",
"Send_Email": "Send Email to Secondary Address",
"Access_Level": "Access Level"
}
}
16 changes: 16 additions & 0 deletions lang/fr_FR.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"My_Profile": {
"My_Profile": "Mon Profil",
"Basic_Information": "Information Basique",
"Username": "Nom D'Utilisateur",
"First_Name": "Prénom",
"Last_Name": "Nom",
"Abbreviated_Name": "Nom Abrégé",
"Pronouns": "Pronoms",
"Pronouns_Forum": "Afficher Les Pronoms Dans Le Forum De Discussion",
"Primary_Email": "Email Primaire",
"Secondary_Email": "Email Secondaire",
"Send_Email": "Envoyer les Emails À Une Adresse Secondaire",
"Access_Level": "Niveau D'Accès"
}
}

0 comments on commit 1a13745

Please sign in to comment.