From 38788ff806ce661f148bcd198649d91d5d73882d Mon Sep 17 00:00:00 2001 From: Amaru8 Date: Thu, 7 Apr 2022 15:21:46 +0200 Subject: [PATCH 1/6] Added translatability to Cast in dropdown --- src/i18n/README.md | 4 ++++ src/i18n/en_US.json | 1 + src/i18n/hu_HU.json | 1 + src/i18n/source/en_US.json | 1 + src/renderer/views/app/sidebar.ejs | 2 +- 5 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/i18n/README.md b/src/i18n/README.md index a07c0389..df1716b7 100644 --- a/src/i18n/README.md +++ b/src/i18n/README.md @@ -222,3 +222,7 @@ Update 04/06/2022 18:45 UTC * `action.cast.scan`: Added for `en_US` * `action.cast.scanning`: Added for `en_US` +Update 04/07/2022 13:45 UTC + +* `term.cast`: Added for `en_US` + diff --git a/src/i18n/en_US.json b/src/i18n/en_US.json index 768c73f8..e6a94d3f 100644 --- a/src/i18n/en_US.json +++ b/src/i18n/en_US.json @@ -20,6 +20,7 @@ "term.accountSettings": "Account Settings", "term.logout": "Logout", "term.login": "Log In", + "term.cast": "Cast", "term.about": "About", "term.privateSession": "Private Session", "term.queue": "Queue", diff --git a/src/i18n/hu_HU.json b/src/i18n/hu_HU.json index d48a1637..e6dff03a 100644 --- a/src/i18n/hu_HU.json +++ b/src/i18n/hu_HU.json @@ -20,6 +20,7 @@ "term.accountSettings": "Fiókbeállítások", "term.logout": "Kijelentkezés", "term.login": "Bejelentkezés", + "term.cast": "Tükrözés", "term.about": "Névjegy", "term.privateSession": "Privát hallgatás", "term.queue": "Várólista", diff --git a/src/i18n/source/en_US.json b/src/i18n/source/en_US.json index 768c73f8..e6a94d3f 100644 --- a/src/i18n/source/en_US.json +++ b/src/i18n/source/en_US.json @@ -20,6 +20,7 @@ "term.accountSettings": "Account Settings", "term.logout": "Logout", "term.login": "Log In", + "term.cast": "Cast", "term.about": "About", "term.privateSession": "Private Session", "term.queue": "Queue", diff --git a/src/renderer/views/app/sidebar.ejs b/src/renderer/views/app/sidebar.ejs index 672132c6..f01194fe 100644 --- a/src/renderer/views/app/sidebar.ejs +++ b/src/renderer/views/app/sidebar.ejs @@ -111,7 +111,7 @@