We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2cdd90 commit 370bb0eCopy full SHA for 370bb0e
src/config/index.js
@@ -55,6 +55,20 @@ export const monthArray = {
55
'Nov.',
56
'Dez.',
57
],
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
+ ]
72
};
73
74
export const mapText = {
@@ -70,4 +84,9 @@ export const mapText = {
84
from: 'Von',
85
to: 'Bis',
86
},
87
+ tr: {
88
+ from: 'Başlangıç',
89
+ to: 'Bitiş'
90
+
91
+ }
92
0 commit comments