Skip to content

Commit

Permalink
Update translations storage
Browse files Browse the repository at this point in the history
  • Loading branch information
flodolo committed May 2, 2024
1 parent a131fa0 commit a7a1b93
Showing 1 changed file with 40 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"complete": false,
"complete_locales": [
"en-CA",
"en-GB",
"en-US"
],
"translations": {
"en-US": {
"survey-title": "What do you use Firefox for?",
"submit-button-label": "Submit",
"privacy-notice-label": "Privacy Notice",
"survey-checkbox-work-label": "Work",
"survey-checkbox-school-label": "School",
"survey-checkbox-personal-label": "Personal",
"survey-checkbox-other-label": "Other",
"thanks-toast-title": "Thanks for your feedback!"
},
"en-CA": {
"survey-title": "What do you use Firefox for?",
"submit-button-label": "Submit",
"privacy-notice-label": "Privacy Notice",
"survey-checkbox-work-label": "Work",
"survey-checkbox-school-label": "School",
"survey-checkbox-personal-label": "Personal",
"survey-checkbox-other-label": "Other",
"thanks-toast-title": "Thanks for your feedback!"
},
"en-GB": {
"survey-title": "What do you use Firefox for?",
"submit-button-label": "Submit",
"privacy-notice-label": "Privacy Notice",
"survey-checkbox-work-label": "Work",
"survey-checkbox-school-label": "School",
"survey-checkbox-personal-label": "Personal",
"survey-checkbox-other-label": "Other",
"thanks-toast-title": "Thanks for your feedback!"
}
}
}

0 comments on commit a7a1b93

Please sign in to comment.