Skip to content

Commit

Permalink
feat: add more strings (#7461)
Browse files Browse the repository at this point in the history
  • Loading branch information
skullysmods authored Sep 1, 2024
1 parent d37f9dc commit 40410f5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/Presence/general.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
"description": "Used as the title for the button in Discord.",
"message": "View Album"
},
"general.buttonViewAnime": {
"description": "Used as the title for the button in Discord.",
"message": "View Anime"
},
"general.buttonViewArticle": {
"description": "Used as the title for the button in Discord.",
"message": "View Article"
Expand Down Expand Up @@ -75,10 +79,18 @@
"description": "Used as the title for the button in Discord.",
"message": "View Song"
},
"general.buttonWatchAnime": {
"description": "Used as the title for the button in Discord.",
"message": "Watch Anime"
},
"general.buttonWatchMovie": {
"description": "Used as the title for the button in Discord.",
"message": "Watch Movie"
},
"general.buttonWatchSeries": {
"description": "Used as the title for the button in Discord.",
"message": "Watch Series"
},
"general.buttonWatchStream": {
"description": "Used as the title for the button in Discord.",
"message": "Watch Stream"
Expand Down Expand Up @@ -275,6 +287,10 @@
"description": "A page name of statuspages",
"message": "Uptime history"
},
"general.viewAAnime": {
"description": "",
"message": "Viewing a anime"
},
"general.viewAList": {
"description": "",
"message": "Viewing a list"
Expand Down Expand Up @@ -439,6 +455,10 @@
"description": "",
"message": "Watching:"
},
"general.watchingAnime": {
"description": "",
"message": "Watching a anime"
},
"general.watchingLive": {
"description": "",
"message": "Watching a livestream"
Expand Down

0 comments on commit 40410f5

Please sign in to comment.