From 5e5c8c776628386e27be855a9da9c23a26c311f6 Mon Sep 17 00:00:00 2001 From: marcobaobao Date: Sat, 5 Mar 2022 11:08:05 +0100 Subject: [PATCH] Integrated Korean translation from PR #5 by kimpig --- frontend/src/App.tsx | 9 +++++---- frontend/src/components/Footer.tsx | 10 +++++----- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index f0b9a84..e3506bc 100755 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -302,7 +302,7 @@ export function App() { @@ -319,18 +319,19 @@ export function App() {
setShowSettings(!showSettings)}> - + {' '} setShowLanguages(!showLanguages)}> - + {showLanguages ? : null diff --git a/frontend/src/components/Footer.tsx b/frontend/src/components/Footer.tsx index e42890b..2e92127 100644 --- a/frontend/src/components/Footer.tsx +++ b/frontend/src/components/Footer.tsx @@ -18,12 +18,12 @@ export const Footer = ({ freeSpace, statistics, serverAddr, connected }: Props) Made with ❤️ on 🌍 - {' '} + {' '} {freeSpace ? `${freeSpace.trim()}iB` : '-'} {isDesktop ? - {' '} + {' '} {serverAddr ? `${serverAddr}:3022` : 'not defined'} : null @@ -31,13 +31,13 @@ export const Footer = ({ freeSpace, statistics, serverAddr, connected }: Props) {connected ? - : - + : + } window.open('https://github.com/marcobaobao/yt-dlp-web-ui')}> - +