Skip to content

Commit d72d4e0

Browse files
author
Harun Akgün
committed
Turkish support added
1 parent dee497c commit d72d4e0

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

src/LangDic.js

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,25 @@ export default {
146146
'fr':'Пт',
147147
'sa':'Сб'
148148
},
149+
'tr' : { // Turkish
150+
'january':'Ocak',
151+
'february':'Şubat',
152+
'march':'Mart',
153+
'april':'Nisan',
154+
'may':'Mayıs',
155+
'june':'Haziran',
156+
'july':'Temmuz',
157+
'august':'Ağustos',
158+
'september':'Eylül',
159+
'october':'Ekim',
160+
'november':'Kasım',
161+
'december':'Aralık',
162+
'su':'Pz',
163+
'mo':'Pts',
164+
'tu':'Sa',
165+
'we':'Ça',
166+
'th':'Pe',
167+
'fr':'Cu',
168+
'sa':'Cts'
169+
},
149170
}

0 commit comments

Comments
 (0)