Skip to content

Commit

Permalink
Include tour button texts in translations
Browse files Browse the repository at this point in the history
  • Loading branch information
esmeetewinkel committed Sep 5, 2024
1 parent 66a65bb commit 9368191
Show file tree
Hide file tree
Showing 4 changed files with 27,272 additions and 27,109 deletions.
5 changes: 5 additions & 0 deletions app_data/sheets/contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,11 @@
"flow_type": "global",
"flow_name": "efm_act_globals",
"_xlsxPath": "EFM_high_level_sheets.xlsx"
},
"tour_buttons": {
"flow_type": "global",
"flow_name": "tour_buttons",
"_xlsxPath": "EFM_tours.xlsx"
}
},
"template": {
Expand Down
32 changes: 32 additions & 0 deletions app_data/sheets/global/tour_buttons.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"flow_type": "global",
"flow_name": "tour_buttons",
"status": "released",
"rows": [
{
"type": "declare_global_constant",
"name": "next",
"value": "Next",
"_translations": {
"value": {}
}
},
{
"type": "declare_global_constant",
"name": "previous",
"value": "Previous",
"_translations": {
"value": {}
}
},
{
"type": "declare_global_constant",
"name": "done",
"value": "Done",
"_translations": {
"value": {}
}
}
],
"_xlsxPath": "EFM_tours.xlsx"
}
Loading

0 comments on commit 9368191

Please sign in to comment.