lib/liquid/locales/en.yml in liquid-4.0.0.rc2 vs lib/liquid/locales/en.yml in liquid-4.0.0.rc3

- old
+ new

@@ -20,5 +20,7 @@ tag_termination: "Tag '%{token}' was not properly terminated with regexp: %{tag_end}" variable_termination: "Variable '%{token}' was not properly terminated with regexp: %{tag_end}" tag_never_closed: "'%{block_name}' tag was never closed" meta_syntax_error: "Liquid syntax error: #{e.message}" table_row: "Syntax Error in 'table_row loop' - Valid syntax: table_row [item] in [collection] cols=3" + argument: + include: "Argument error in tag 'include' - Illegal template name"