From 88e9caa09f30c6de5504cb31c16c83bc2092f29b Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Tue, 30 Jan 2018 10:23:42 -0500
Subject: [PATCH] New translations features.md (Turkish)

---
 tr/features.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tr/features.md b/tr/features.md
index 6e02c0bb..ea173964 100644
--- a/tr/features.md
+++ b/tr/features.md
@@ -6,11 +6,11 @@ Aşağıdaki örnekler Ferma çerçevesinin bazı özelliklerinin hızlı dökü
 * [Tür hiyerarşisine göre sorgulanan öğe](#element-queried-by-type-hierarchy)
 * [Turning off type resolution on a per call basis](#turning-off-type-resolution-per-call)
 * [Zaten veritabanında saklanan kodlanmış grafik türünün değiştirilmesi](#changing-type-encoded-in-the-graph)
-* [Customizing the way type information is stored in the graph](#customizing-how-types-are-encoded)
+* [Tür bilgisinin grafikte depolanma biçimini özelleştirme](#customizing-how-types-are-encoded)
 * Tinkerpop 2 support
 * Tinkerpop 3 support
 
-## JPA-like Annotations
+## JPA-benzeri Ek Açıklamalar
 
 ```Java
 public abstract class Person extends AbstractVertexFrame {
-- 
GitLab