-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove flow-level options from i18n fixtures
Since #2005, flow-level options are no longer used as a fallback, so we can safely remove these.
- Loading branch information
1 parent
70f61c3
commit 85374b9
Showing
3 changed files
with
0 additions
and
10 deletions.
There are no files selected for viewing
4 changes: 0 additions & 4 deletions
4
test/fixtures/smart_answer_flows/locales/en/bridge-of-death.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,6 @@ | ||
en-GB: | ||
flow: | ||
graph: | ||
options: | ||
"no": "No" | ||
"yes": "Yes" | ||
|
||
q1?: | ||
title: "What is the answer to q1?" | ||
|
||
|
2 changes: 0 additions & 2 deletions
2
test/fixtures/smart_answer_flows/locales/en/question-presenter-sample.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
en-GB: | ||
flow: | ||
test: | ||
options: | ||
maybe: Mebbe | ||
phrases: | ||
one: This is the first one | ||
two: This is **the** second | ||
|