Sha256: c3079afd97ee492dc32fb9331ca6d8af1c6290810bb65687cf9ec0ccebc02cf1

Contents?: true

Size: 1.04 KB

Versions: 2

Compression:

Stored size: 1.04 KB

Contents

# encoding: utf-8
#
# (based on Cucumber implementation)
# If you want several aliases for a keyword, just a separate them 
# with a | character. Make sure there are no ambiguities in the keywords

"en":
  name: English
  native: English
  describe: describe
  it: it|specify
  should: should
  should_not: should_not
  before: before
  after: after
  hooks:
    each: each
    all: all
    suite: suite
  matchers:
    be_equal: be_equal

"pt":
  name: Portuguese
  native: português
  describe: descreva|contexto
  it: exemplo|especificar
  should: deve
  should_not: nao_deve
  before: antes
  after: depois
  hooks:
    each: de_cada|de_cada_exemplo
    all: de_todos|de_todos_exemplos
    suite: suite
  matchers:
    be_equal: ser_igual_a

# Please put the right words for this language! =D
"es":
  name: Spanish
  native: español
  describe: describir 
  it: ejemplo
  should: deberia
  should_not: no_debe
  before: antes
  after: despues
  hooks:
    each: de_cada_ejemplo
    all: de_todos_ejemplo
    suite: suite
  matchers:
    be_equal: ser_igual_a

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rspec-i18n-0.2.1 lib/spec-i18n/languages.yml
rspec-i18n-0.2.0 lib/spec-i18n/languages.yml