Hi,
I want to add Turkish language translation into comments module. I am using SilverStripe CMS v3.0.3.
1) I added i18n::set_locale('tr_TR'); in mysite/_config.php file
2) I prepared a tr.yml file and uploaded in under comments/lang folder. Did a dev/build. However, I still see the comment forms of my site in English but not in Turkish.
You can find the tr.yml attached
What should I do?