From 6a4718d56da698278e1ae52d36211de41ab49bfc Mon Sep 17 00:00:00 2001 From: Youssef-Chip Date: Wed, 9 Aug 2023 16:56:23 -0400 Subject: [PATCH 1/3] Support Localization in Profile page --- .DS_Store | Bin 0 -> 6148 bytes lang/en_US.json | 17 ++++++++++++++++- lang/fr_FR.json | 16 ++++++++++++++++ 3 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 .DS_Store create mode 100644 lang/fr_FR.json diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..96fd5bdbf20e0bdb9d94508b9909f95cfe66e07e GIT binary patch literal 6148 zcmeHK%}T>S5Z-O0-BN@c6nYGJEm&)54_-p7FJMFuDm5Xc24l7~sX3HF&iX<=iO=KA z?nW%utB9R}-EV$(vma!C7-QU9M8}NTj4=TXk)yIf(7iEKGs%b?#|VpT7A7(T`_07u zI^efkEMWml+4Sr8hqENk@^1H?*Xq{JZbLLgOWgSnvhedDUu0e|zd`F#$|S7xAiRnv z#n|3IlW88r>13`7;%EXXx7TqR$-KXu3FW}Il0AbJyn^z%o@alaCNiCZugb6T2#En=fEXYKwwD2O zCWzMdQa~#w28e+l7{L9(frjWBEH$dF13J7uW86YS0Uh5Gh>k(mV5t!zAY7LM>QZi= z7+jZw-!XZv!BV3xXI#w; Date: Wed, 9 Aug 2023 17:05:05 -0400 Subject: [PATCH 2/3] TYPO fix --- lang/en_US.json | 22 +++++++++++----------- lang/fr_FR.json | 22 +++++++++++----------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/lang/en_US.json b/lang/en_US.json index c8752fa..d865b0d 100644 --- a/lang/en_US.json +++ b/lang/en_US.json @@ -2,15 +2,15 @@ "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:" - }, + "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" + } } \ No newline at end of file diff --git a/lang/fr_FR.json b/lang/fr_FR.json index a72ed68..86d8eab 100644 --- a/lang/fr_FR.json +++ b/lang/fr_FR.json @@ -2,15 +2,15 @@ "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:" - }, + "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" + } } \ No newline at end of file From c1f3e47d11ffbc58108e8ba94f9d3ea417aa9c16 Mon Sep 17 00:00:00 2001 From: Youssef-Chip Date: Wed, 9 Aug 2023 17:14:37 -0400 Subject: [PATCH 3/3] Update en_US.json --- lang/en_US.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en_US.json b/lang/en_US.json index d865b0d..ba77d61 100644 --- a/lang/en_US.json +++ b/lang/en_US.json @@ -4,7 +4,7 @@ "Basic_Information": "Basic Information", "Username": "Username", "First_Name": "First Name", - "Last_Name": "Last_Name", + "Last_Name": "Last Name", "Abbreviated_Name": "Abbreviated Name", "Pronouns": "Pronouns", "Pronouns_Forum": "Display Pronouns in Discussion Forum",