Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 21 additions & 21 deletions src/intl/tr.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,28 @@
"about": "Hakkımızda"
},
"footer": {
"about": "About",
"cooperative": "Copperative",
"whitepaper": "White Paper",
"yellowpaper": "Yellow Paper",
"research": "Research",
"about": "Hakkında",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

Resolve inconsistency in "About" translation

The header uses "Hakkımızda" while the footer uses "Hakkında" for "About". While both are correct, consistency should be maintained across the application.

-    "about": "Hakkında",
+    "about": "Hakkımızda",
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
"about": "Hakkında",
"about": "Hakkımızda",

"cooperative": "Kooperatif",
"whitepaper": "Beyaz Kitap",
"yellowpaper": "Sarı Kitap",
"research": "Araştırma",
"pnktoken": "PNK Token",
"developer": "Developer",
"integrations": "Integrations",
"governance": "Governance",
"escrow": "Escrow",
"curate": "Curate",
"fellowship": "Fellowship",
"community": "Community",
"developer": "Geliştirici",
"integrations": "Entegrasyonlar",
"governance": "Yönetim",
"escrow": "Emanet",
"curate": "Kuratörlük",
"fellowship": "Burs",
"community": "Topluluk",
"blog": "Blog",
"media": "Media",
"book": "Book",
"faq": "FAQ",
"subscribe-title": "Stay Updated",
"subscribe-placeholder": "your@email.com",
"subscribe-button": "Subscribe",
"button-primary": "Join as a Juror",
"button-secondary": "Become a Partner",
"copyright": "Copyright"
"media": "Medya",
"book": "Kitap",
"faq": "SSS",
"subscribe-title": "Güncel Kalın",
"subscribe-placeholder": "sizin@email.com",
"subscribe-button": "Abone Ol",
"button-primary": "Jüri Üyesi Olun",
"button-secondary": "Ortak Olun",
"copyright": "Telif Hakkı"
}
}