module IsoDoc::I18n::Liquid

def inflect(word, options)

word | inflect: nom,sg,neut
def inflect(word, options)
  @@i18n.inflect(word, parse_hash(options))
end