diff --git a/src/i18n/README.md b/src/i18n/README.md index 4f87f200..cdbba71d 100644 --- a/src/i18n/README.md +++ b/src/i18n/README.md @@ -16,5 +16,4 @@ Several changes have been made to configuration options and will be listed below been modified, the ones not mentioned in the list need modifying. * `settings.option.experimental.closeButtonBehaviour`: Changed to `close_button_hide` - Should be "Close Button Should Hide the Application". `.quit`, `.minimizeTaskbar` and `.minimizeTray` have been removed. Translations done for en_US. -* `term.loadingPlaylist`: Added for `en_US` and `en_PISS`. * `action.update`: Added for `en_US`. \ No newline at end of file diff --git a/src/i18n/en_PISS.jsonc b/src/i18n/en_PISS.jsonc index 4d2503cd..ddd831a0 100644 --- a/src/i18n/en_PISS.jsonc +++ b/src/i18n/en_PISS.jsonc @@ -124,7 +124,6 @@ "term.videos": "piss videos 😳", "term.menu": "piss menu", "term.check": "piss!", - "term.loadingPlaylist": "pissing all over your songs hold on just a second im almost done...", // Home "home.title": "piss central", diff --git a/src/i18n/en_US.jsonc b/src/i18n/en_US.jsonc index ae3a2e51..34251083 100644 --- a/src/i18n/en_US.jsonc +++ b/src/i18n/en_US.jsonc @@ -124,7 +124,6 @@ "term.videos": "Videos", "term.menu": "Menu", "term.check": "Check", - "term.loadingPlaylist": "Loading playlist...", // Text shown at the bottom of a playlist's body while loading song pages // Home "home.title": "Home",