Skip to content

Commit 349a6e2

Browse files
Add test to two files to allow interactive validation of the new translated strings
1 parent 1ce062d commit 349a6e2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docassemble/AssemblyLine/data/questions/test_aldocument.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
include:
3-
- al_package.yml
3+
- assembly_line.yml
4+
---
5+
code: |
6+
al_interview_languages = ["en", "es", "ht", "pt"]
47
---
58
metadata:
69
title: |

docassemble/AssemblyLine/data/questions/test_question_library.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
include:
33
- assembly_line.yml
44
---
5+
code: |
6+
al_interview_languages = ["en", "es", "ht", "pt"]
7+
---
58
metadata:
69
title: |
710
Test Question Library

0 commit comments

Comments
 (0)