Skip to content

Commit

Permalink
Add "Yes" and "No" to original messages file.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens committed Oct 4, 2023
1 parent ca4522e commit 92e44c2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions resources/original_messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,10 @@
"description": "The menu item text to navigate to the page showing all the software licenses used in building the app.",
"message": "Licenses"
},
"no": {
"description": "Negative answer to a form question.",
"message": "No"
},
"non_system_vpn_warning_detail": {
"description": "Further explanation message that the user needs to verify that their browser is connected through Outline. Outline is the product name and can be found in the translation glossary.",
"message": "Most browsers connect automatically with Outline, some do not."
Expand Down Expand Up @@ -630,5 +634,9 @@
"example": "1.0.2"
}
}
},
"yes": {
"description": "Affirmative answer to a form question.",
"message": "Yes"
}
}

0 comments on commit 92e44c2

Please sign in to comment.