FriendsOfSymfony / FOSCommentBundle

Threaded comments for Symfony
http://friendsofsymfony.github.com/
MIT License
462 stars 230 forks source link

Fix invalid yaml in translations #641

Closed kunicmarko20 closed 6 years ago

kunicmarko20 commented 6 years ago

I was getting an error that yaml was invalid:

Error parsing YAML, invalid file "vendor/friendsofsymfony/commentbundle/Resources/translations/FOSCommentBundle.ja.yml"

adding the quotes fixes it.

XWB commented 6 years ago

Thanks.