From 8288aaccb50c8ab6709568c027549497e70c5fae Mon Sep 17 00:00:00 2001 From: Devin Collins Date: Sat, 3 May 2025 11:04:11 -0700 Subject: [PATCH] fix(locale): fix missing locale data --- locales.csv | 9 +++++++++ locales/en_US.json | 23 ----------------------- manifest.json | 4 ++-- 3 files changed, 11 insertions(+), 25 deletions(-) delete mode 100644 locales/en_US.json diff --git a/locales.csv b/locales.csv index 8484cb6..e96cc55 100644 --- a/locales.csv +++ b/locales.csv @@ -5,3 +5,12 @@ change-channel;Change Channel toggle-mute;Toggle Mute toggle-deafen;Toggle Deafen toggle-ptt;Toggle Push to Talk +actions.base.client_id;Client ID +actions.base.client_secret;Client Secret +actions.base.validate;Validate +actions.base.credentials.title;Discord Credentials +actions.info.link.label;Checkout how to configure this plugin on +actions.info.link.text;GitHub +actions.base.credentials.authenticated;Authenticated successfully +actions.base.credentials.failed;Failed to authenticate +actions.base.credentials.missing_client_info;Missing Client ID or Client Secret diff --git a/locales/en_US.json b/locales/en_US.json deleted file mode 100644 index 3cc96ba..0000000 --- a/locales/en_US.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "plugin.name": "Discord", - "actions.base.credentials.no-credentials": "Missing Credentials", - "actions.base.client_id": "Client ID", - "actions.base.client_secret": "Client Secret", - "actions.base.validate": "Validate", - "actions.base.credentials.title": "Discord Credentials", - "actions.info.link.label": "Checkout how to configure this plugin on", - "actions.info.link.text": "GitHub", - "actions.mute.choice.title": "Button Press Action", - "actions.mute.label_choice.title": "Display Location", - "actions.base.credentials.authenticated": "Authenticated successfully", - "actions.base.credentials.failed": "Failed to authenticate", - "actions.base.credentials.missing_client_info": "Missing Client ID or Client Secret", - "actions.deafen.choice.title": "Button Press Action", - "actions.deafen.label_choice.title": "Display Location", - "actions.changetextchannel.channel_id": "Channel ID", - "actions.changetextchannel.update_channel": "Configure\nChannel", - "actions.changevoicechannel.channel_id": "Channel ID", - "actions.changevoicechannel.update_channel": "Configure\nChannel", - "actions.ptt.choice.title": "Button Press Action", - "actions.ptt.label_choice.title": "Display Location" -} diff --git a/manifest.json b/manifest.json index ae97060..5bb25ec 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "version": "1.4.4", + "version": "1.4.5", "thumbnail": "store/thumbnail.png", "id": "com_imdevinc_StreamControllerDiscordPlugin", "name": "Discord", @@ -9,7 +9,7 @@ "discord" ], "minimum-app-version": "1.5.0-beta.9", - "app-version": "1.5.0-beta.9", + "app-version": "1.5.0-beta.10", "description": "Adds controls for Discord including mute, deafen, and change channel", "short-description": "Control Discord" }