From f04f570ef57b83e4eef062b0f42ca5b54b7b76c9 Mon Sep 17 00:00:00 2001 From: "Weblate (bot)" Date: Fri, 18 Aug 2023 02:21:54 +0200 Subject: [PATCH 01/22] Translated using Weblate (Swedish) (#9141) Currently translated at 99.9% (2552 of 2554 strings) Translation: Open Event/Open Event Frontend Translate-URL: https://hosted.weblate.org/projects/open-event/frontend/sv/ Co-authored-by: Mario Behling --- translations/sv.po | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/translations/sv.po b/translations/sv.po index 5cdcc7c7ccd..b6a806a327c 100644 --- a/translations/sv.po +++ b/translations/sv.po @@ -6,14 +6,16 @@ # Kristoffer Grundström , 2021, 2023. # tygyh , 2022, 2023. # Hong Phuc Dang , 2023. +# Mario Behling , 2023. msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: open-event@googlegroups.com\n" "POT-Creation-Date: 2019-01-31 16:31+0800\n" -"PO-Revision-Date: 2023-07-04 04:51+0000\n" -"Last-Translator: Anonymous \n" -"Language-Team: Swedish \n" +"PO-Revision-Date: 2023-08-17 17:53+0000\n" +"Last-Translator: Mario Behling \n" +"Language-Team: Swedish \n" "Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -8508,7 +8510,7 @@ msgstr "Utställningsglas" #: app/templates/components/public/featured-speaker-list.hbs:1:18 msgid "Featured Speakers" -msgstr "Utvalda högtalare" +msgstr "Utvalda talare" #: app/templates/components/public/featured-speaker-list.hbs:10:66 msgid "More Speakers" From a341a19dc768fef6e39e12d0cf874137686287ac Mon Sep 17 00:00:00 2001 From: nnhathung <139526485+nnhathung@users.noreply.github.com> Date: Fri, 18 Aug 2023 07:43:44 +0700 Subject: [PATCH 02/22] Feature-9082: Enhance language dropdown button (#9131) * feature-9082: Enhance language dropdown button * feature-9082: Enhance language dropdown button * fix css * fix UI * fix missing header * fix missing header * fix missing header * fix missing header * fix missing header * fix missing header * avoid using css inline * feature-9082: Fix css dropdown side panel * feature-9082: Fix css dropdown side panel * feature-9082: Fix css dropdown side panel * fix-9082 language dropdown not showing up * fix-9082 language dropdown not showing up --------- Co-authored-by: Khang On - TMA <135116292+khangon@users.noreply.github.com> Co-authored-by: ntthitrinh --- app/components/public/stream/side-panel.hbs | 2 +- app/components/public/stream/side-panel.ts | 26 ++++++++++++++++----- app/models/video-stream.ts | 1 + 3 files changed, 22 insertions(+), 7 deletions(-) diff --git a/app/components/public/stream/side-panel.hbs b/app/components/public/stream/side-panel.hbs index 4f69d01352e..582416ee737 100644 --- a/app/components/public/stream/side-panel.hbs +++ b/app/components/public/stream/side-panel.hbs @@ -59,7 +59,7 @@
{{/unless}}
-
+
{{t 'Show'}} -
{{this.pageSize}}
+
{{if (eq this.pageSize 0) 'All' this.pageSize}}