cucumberのlanguageファイルはココにあった。

cucumber/lib/cucumber/languages.yml

"ja":
  name: Japanese
  native: 日本語
  encoding: UTF-8
  feature: フィーチャ|機能
  background: 背景
  scenario: シナリオ
  scenario_outline: シナリオアウトライン|シナリオテンプレート|テンプレ|シナリオテンプレ
  examples: 例|サンプル
  given: 前提
  when: もし
  then: ならば
  and: かつ
  but: しかし|但し
  space_after_keyword: false

“フィーチャ”って“機能”とも書けるんですね。機能の方が分かりいいな。

ついでにgithubのコードブラウザは複数行に対してURLがあるということを知った。(#L299-313みたいなヤツ)すごい!

Comments


Option