From 2d5d734da4cb7ffaf382c86947d1fd0e71323564 Mon Sep 17 00:00:00 2001
From: Zeng1998 <1129142694@qq.com>
Date: Sat, 26 Nov 2022 10:23:57 +0800
Subject: [PATCH] chore: update i18n for account settings (#582)
---
web/src/components/Settings/MyAccountSection.tsx | 4 ++--
web/src/locales/en.json | 1 +
web/src/locales/fr.json | 1 +
web/src/locales/vi.json | 1 +
web/src/locales/zh.json | 1 +
5 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/web/src/components/Settings/MyAccountSection.tsx b/web/src/components/Settings/MyAccountSection.tsx
index 20c6bf7..c912ed1 100644
--- a/web/src/components/Settings/MyAccountSection.tsx
+++ b/web/src/components/Settings/MyAccountSection.tsx
@@ -36,10 +36,10 @@ const MyAccountSection = () => {
{user.email}
diff --git a/web/src/locales/en.json b/web/src/locales/en.json
index 68841d9..fa82ca1 100644
--- a/web/src/locales/en.json
+++ b/web/src/locales/en.json
@@ -138,6 +138,7 @@
"system": "System",
"account-section": {
"title": "Account Information",
+ "update-information": "Update Information",
"change-password": "Change password"
},
"preference-section": {
diff --git a/web/src/locales/fr.json b/web/src/locales/fr.json
index e246fc8..2680a62 100644
--- a/web/src/locales/fr.json
+++ b/web/src/locales/fr.json
@@ -138,6 +138,7 @@
"system": "Système",
"account-section": {
"title": "Informations sur le compte",
+ "update-information": "Mettre à jour les informations",
"change-password": "Modifier le mot de passe"
},
"preference-section": {
diff --git a/web/src/locales/vi.json b/web/src/locales/vi.json
index f6e3f4a..3218953 100644
--- a/web/src/locales/vi.json
+++ b/web/src/locales/vi.json
@@ -137,6 +137,7 @@
"system": "hệ thống",
"account-section": {
"title": "Thông tin tài khoản",
+ "update-information": "Cập nhật thông tin",
"change-password": "Đổi mật khẩu"
},
"preference-section": {
diff --git a/web/src/locales/zh.json b/web/src/locales/zh.json
index 8c2917d..5e7cec4 100644
--- a/web/src/locales/zh.json
+++ b/web/src/locales/zh.json
@@ -138,6 +138,7 @@
"system": "系统",
"account-section": {
"title": "账号信息",
+ "update-information": "更新个人信息",
"change-password": "修改密码"
},
"preference-section": {