From 0c81bc6e61c3e86f82c246e11a6438aff73d02d6 Mon Sep 17 00:00:00 2001 From: Core <64542347+coredev-uk@users.noreply.github.com> Date: Tue, 1 Feb 2022 00:28:09 +0000 Subject: [PATCH] Reverted locale changes in #286. This was also unnecessary as a spinner is all that is needed. --- src/i18n/README.md | 1 - src/i18n/en_PISS.jsonc | 1 - src/i18n/en_US.jsonc | 1 - 3 files changed, 3 deletions(-) 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",