Topic: UCFirst Language Problem ...

Hi
I have started translating the board to farsi but the problem is for some parts for example ( ['topics'] in index )
because the script uppercases the first char , the Persian word will be separated . I am sure there is a problem with ucwords . I could not find the code . but when I add an English char to the lang word it will be ok . where can I disable this auto ucwords ?

Re: UCFirst Language Problem ...

It's in CSS:

.brd .item-summary strong:first-letter {
    text-transform: uppercase;
    }