diff --git a/apps/next/public/static/locales/en/common.json b/apps/next/public/static/locales/en/common.json
index 721607e7..e91dc209 100644
--- a/apps/next/public/static/locales/en/common.json
+++ b/apps/next/public/static/locales/en/common.json
@@ -318,6 +318,14 @@
"username_tooltip": "Lorem ipsum dolor sit amet.",
"update_action": "Update profile"
},
+ "accountSettings": {
+ "title": "Account",
+ "description": "Manage your account settings such as password, security, and other account-related preferences."
+ },
+ "appearanceSettings": {
+ "title": "Appearance",
+ "description": "Adjust the visual appearance of the website, including themes, colors, and other display options."
+ },
"profileAvatar": {
"title": "Set Profile Picture",
"description": "Upload a photo and change your profile picture"
diff --git a/apps/next/public/static/locales/tr/common.json b/apps/next/public/static/locales/tr/common.json
index 40e0705e..65412a7b 100644
--- a/apps/next/public/static/locales/tr/common.json
+++ b/apps/next/public/static/locales/tr/common.json
@@ -289,6 +289,14 @@
"username_tooltip": "Lorem ipsum dolor sit amet.",
"update_action": "Profili Güncelle"
},
+ "accountSettings": {
+ "title": "Hesap",
+ "description": "Parola, güvenlik ve diğer hesap tercihlerinizi yönetin."
+ },
+ "appearanceSettings": {
+ "title": "Görünüm",
+ "description": "Web sitesinin görsel görünümünü, temaları, renkleri ve diğer görüntüleme seçeneklerini ayarlayın."
+ },
"public_dictionaries": {
"title": "Yayınlanmış sözlüklerden öğrenin",
"description": "Wordigo ile dil becerilerinizi geliştirmek için yayınlanmış sözlüklere göz atın. Kategori, seviye veya dil filtreleri ile size uygun olanı kolayca bulun.",
diff --git a/apps/next/src/components/Dashboard/Settings/AccountForm/index.tsx b/apps/next/src/components/Dashboard/Settings/AccountForm/index.tsx
new file mode 100644
index 00000000..ffe7a4d2
--- /dev/null
+++ b/apps/next/src/components/Dashboard/Settings/AccountForm/index.tsx
@@ -0,0 +1,13 @@
+import Container from "../SettingsContainer";
+import React from "react";
+
+export default function AccountForm() {
+ return (
+
- {t("profileSettings.description")} -
-{t(tDescription)}
+