Skip to content

Commit 1a13745

Browse files
authored
[UI/UX:System] My Profile page in French (#2)
1 parent 9e1c4b1 commit 1a13745

File tree

3 files changed

+32
-1
lines changed

3 files changed

+32
-1
lines changed

Diff for: .DS_Store

6 KB
Binary file not shown.

Diff for: lang/en_US.json

+16-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
1-
{}
1+
{
2+
"My_Profile": {
3+
"My_Profile": "My Profile",
4+
"Basic_Information": "Basic Information",
5+
"Username": "Username",
6+
"First_Name": "First Name",
7+
"Last_Name": "Last Name",
8+
"Abbreviated_Name": "Abbreviated Name",
9+
"Pronouns": "Pronouns",
10+
"Pronouns_Forum": "Display Pronouns in Discussion Forum",
11+
"Primary_Email": "Primary Email",
12+
"Secondary_Email": "Secondary Email",
13+
"Send_Email": "Send Email to Secondary Address",
14+
"Access_Level": "Access Level"
15+
}
16+
}

Diff for: lang/fr_FR.json

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"My_Profile": {
3+
"My_Profile": "Mon Profil",
4+
"Basic_Information": "Information Basique",
5+
"Username": "Nom D'Utilisateur",
6+
"First_Name": "Prénom",
7+
"Last_Name": "Nom",
8+
"Abbreviated_Name": "Nom Abrégé",
9+
"Pronouns": "Pronoms",
10+
"Pronouns_Forum": "Afficher Les Pronoms Dans Le Forum De Discussion",
11+
"Primary_Email": "Email Primaire",
12+
"Secondary_Email": "Email Secondaire",
13+
"Send_Email": "Envoyer les Emails À Une Adresse Secondaire",
14+
"Access_Level": "Niveau D'Accès"
15+
}
16+
}

0 commit comments

Comments
 (0)