From ae7be6d6f8649d4d53c76685bb5142f30da9de02 Mon Sep 17 00:00:00 2001 From: Spythere Date: Tue, 22 Aug 2023 18:30:04 +0200 Subject: [PATCH] =?UTF-8?q?t=C5=82umaczenie=20PL/EN=20(cz.3)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/logo-en.svg | 15 +++++++++++++++ public/logo-pl.svg | 15 +++++++++++++++ src/components/cards/RealStockCard.vue | 16 ++++++++++++---- src/components/sections/LogoSection.vue | 2 +- src/locales/en.json | 10 ++++++++-- src/locales/pl.json | 6 ++++++ 6 files changed, 57 insertions(+), 7 deletions(-) create mode 100644 public/logo-en.svg create mode 100644 public/logo-pl.svg diff --git a/public/logo-en.svg b/public/logo-en.svg new file mode 100644 index 0000000..6a29c42 --- /dev/null +++ b/public/logo-en.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/public/logo-pl.svg b/public/logo-pl.svg new file mode 100644 index 0000000..fcc8285 --- /dev/null +++ b/public/logo-pl.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/src/components/cards/RealStockCard.vue b/src/components/cards/RealStockCard.vue index 42c3401..4d270bc 100644 --- a/src/components/cards/RealStockCard.vue +++ b/src/components/cards/RealStockCard.vue @@ -6,13 +6,17 @@

- ZESTAWIENIA REALNE by Railtrains997 + {{ $t('realstock.title') }} Railtrains997

- + - + - +
diff --git a/src/components/sections/LogoSection.vue b/src/components/sections/LogoSection.vue index 5e2b33b..daf17c1 100644 --- a/src/components/sections/LogoSection.vue +++ b/src/components/sections/LogoSection.vue @@ -1,6 +1,6 @@