This post is kind of note to self. This error will show in Rails when you have syntax error within your YAML translation files. But. Message shows line and column number but not exactly where error is but the parent entry location, so error is hiding somewhere else.
In my case that was string closed into quotes and dot after quote and it was located several lines beneath line shown in error message.
lev1:
lev2:
s1: Text
s2: Text
s3: "Text %{title}".
Error message would show lev2
as place of problem…
Leave a Reply