Skip to content

Commit 370bb0e

Browse files
authored
Add Turkish Support
1 parent f2cdd90 commit 370bb0e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

src/config/index.js

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,20 @@ export const monthArray = {
5555
'Nov.',
5656
'Dez.',
5757
],
58+
tr: [
59+
'Ocak',
60+
'Şubat',
61+
'Mart',
62+
'Nisan',
63+
'Mayıs',
64+
'Haziran',
65+
'Temmuz',
66+
'Ağustos',
67+
'Eylül',
68+
'Ekim',
69+
'Kasım',
70+
'Aralık'
71+
]
5872
};
5973

6074
export const mapText = {
@@ -70,4 +84,9 @@ export const mapText = {
7084
from: 'Von',
7185
to: 'Bis',
7286
},
87+
tr: {
88+
from: 'Başlangıç',
89+
to: 'Bitiş'
90+
91+
}
7392
};

0 commit comments

Comments
 (0)