Skip to content

Commit

Permalink
chore: remove spaces from strings and delete: V Live Strings (#7567)
Browse files Browse the repository at this point in the history
* chore: remove spaces

* Update src/Presence/google classroom.json

* chore(V Live): delete presence
  • Loading branch information
darkvillager2 authored Jan 2, 2025
1 parent 07d4d91 commit fd324d8
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 120 deletions.
20 changes: 10 additions & 10 deletions src/Presence/google classroom.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
{
"google classroom.assignment": {
"googleclassroom.assignment": {
"description": "Displayed when the user is viewing an assignment. Following this line, it will display the name of their class",
"message": "Viewing an assignment in:"
},
"google classroom.assignmentPrivate": {
"googleclassroom.assignmentPrivate": {
"description": "Displayed when the user is viewing an assignment and their privacy mode is on (privacy mode is a setting within the presence to hide the class name which could be sensitive)",
"message": "Viewing an assignment"
},
"google classroom.calendar": {
"googleclassroom.calendar": {
"description": "Displayed when the user viewing their calendar",
"message": "Viewing their calendar"
},
"google classroom.class": {
"googleclassroom.class": {
"description": "Displayed when a user is viewing a class",
"message": "Viewing class"
},
"google classroom.classmembers": {
"googleclassroom.classmembers": {
"description": "Displayed when a user is viewing class members. Following this line, it will display the name of their class",
"message": "Viewing class members of:"
},
"google classroom.classmembersPrivate": {
"googleclassroom.classmembersPrivate": {
"description": "Displayed when the user is viewing their class' members and their privacy mode is on (privacy mode is a setting within the presence to hide the class name which could be sensitive)",
"message": "Viewing class members"
},
"google classroom.classwork": {
"googleclassroom.classwork": {
"description": "Displayed when a user is viewing classwork. Following this line, it will display the name of their class",
"message": "Viewing classwork of:"
},
"google classroom.classworkPrivate": {
"googleclassroom.classworkPrivate": {
"description": "Displayed when the user is viewing their classwork and their privacy mode is on (privacy mode is a setting within the presence to hide the class name which could be sensitive)",
"message": "Viewing classwork"
},
"google classroom.settings": {
"googleclassroom.settings": {
"description": "Displayed when a user is viewing their Google Classroom settings",
"message": "Configuring settings"
},
"google classroom.todo": {
"googleclassroom.todo": {
"description": "Displayed when the user is viewing their to-do list",
"message": "Viewing their to-do list"
}
Expand Down
24 changes: 12 additions & 12 deletions src/Presence/google docs.json
Original file line number Diff line number Diff line change
@@ -1,49 +1,49 @@
{
"google docs.browsingDoc": {
"googledocs.browsingDoc": {
"description": "Displayed when the user is browsing their Google Documents",
"message": "Browsing documents"
},
"google docs.browsingForm": {
"googledocs.browsingForm": {
"description": "Displayed when the user is browsing their Google Forms",
"message": "Browsing forms"
},
"google docs.browsingPresentation": {
"googledocs.browsingPresentation": {
"description": "Displayed when the user is browsing their Google presentation",
"message": "Browsing presentations"
},
"google docs.browsingSheet": {
"googledocs.browsingSheet": {
"description": "Displayed when the user is browsing their Google Sheets",
"message": "Browsing spreadsheets"
},
"google docs.editingDoc": {
"googledocs.editingDoc": {
"description": "Displayed when the user is editing a Google Document",
"message": "Editing a document"
},
"google docs.editingForm": {
"googledocs.editingForm": {
"description": "Displayed when the user is editing a Google Form",
"message": "Editing a form"
},
"google docs.editingPresentation": {
"googledocs.editingPresentation": {
"description": "Displayed when the user is editing a Google presentation",
"message": "Editing a presentation"
},
"google docs.editingSheet": {
"googledocs.editingSheet": {
"description": "Displayed when the user is eiditng a Google Sheet",
"message": "Editing a spreadsheet"
},
"google docs.viewingDoc": {
"googledocs.viewingDoc": {
"description": "Displayed when the user is viewing a Google Document",
"message": "Viewing a document"
},
"google docs.viewingForm": {
"googledocs.viewingForm": {
"description": "Displayed when the user is viewing a Google Form",
"message": "Viewing a form"
},
"google docs.viewingPresentation": {
"googledocs.viewingPresentation": {
"description": "Displayed when the user is viewing a Google presentation",
"message": "Viewing a presentation"
},
"google docs.viewingSheet": {
"googledocs.viewingSheet": {
"description": "Displayed when the user is viewing a Google Sheet",
"message": "Viewing a spreadsheet"
}
Expand Down
98 changes: 0 additions & 98 deletions src/Presence/v live.json

This file was deleted.

0 comments on commit fd324d8

Please sign in to comment.