Hello, I am thinking to translate this status to türkish.
I changed
`status` enum('open','close') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'open',
to
`status` enum('Açık','Kapalı') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'Açık',
And I also changed all "open" to "Açık" and All "closed" to "Kapalı" in client\tickets.php and stuff\tickets.php files.
but still when l open a new ticket, l still cant see it. :) I miss something :):