Skip to content

Commit cf9ac17

Browse files
docs: add rule to keywords for i18n command (#1800)
* add rule to keywords for i18n command * Fix i18n example Co-authored-by: aurelien-reeves <[email protected]>
1 parent c35f001 commit cf9ac17

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

features/i18n.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Feature: internationalization
2626
"""
2727
ENGLISH KEYWORD | NATIVE KEYWORDS
2828
Feature | "フィーチャ", "機能"
29+
Rule | "Rule"
2930
Background | "背景"
3031
Scenario | "シナリオ"
3132
Scenario Outline | "シナリオアウトライン", "シナリオテンプレート", "テンプレ", "シナリオテンプレ"

src/cli/i18n.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { capitalCase } from 'capital-case'
44

55
const keywords = [
66
'feature',
7+
'rule',
78
'background',
89
'scenario',
910
'scenarioOutline',

0 commit comments

Comments
 (0)