haml-i18n-extractor icon indicating copy to clipboard operation
haml-i18n-extractor copied to clipboard

Wrong number of arguments

Open bonekost opened this issue 6 years ago • 2 comments

I got this error after run haml-i18n-extractor terms.haml -n -y terms.yml

haml-5.0.4/lib/haml/parser.rb:92:in `initialize': wrong number of arguments (given 2, expected 1)

using ruby 2.4.1

bonekost avatar Sep 28 '18 21:09 bonekost

+1

marcalc avatar Nov 01 '18 17:11 marcalc

I've created PR #28 which should fi those errors if you use Haml >= 5.0.

lucasm-iRonin avatar Apr 12 '19 05:04 lucasm-iRonin