From f6c98f4b61fd04dbe60c4e621a9724438a10a5aa Mon Sep 17 00:00:00 2001 From: Riwert Date: Tue, 9 Apr 2024 14:49:57 +0200 Subject: [PATCH] change default language to polish --- index.html | 80 +++++++++++++++++++++++++++--------------------------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/index.html b/index.html index e46c9bd..e88aec8 100755 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ - @@ -8,19 +8,19 @@ Robert Wierzchowski Programmer / Web Developer Revert + x-text="lang == 'en' ? 'Robert Wierzchowski Programmer / Web Developer Revert' : 'Robert Wierzchowski Programista / Web Developer Revert'" + >Robert Wierzchowski Programista / Web Developer Revert - + @@ -166,7 +166,7 @@ // AlpineJS function init() { this.bg = localStorage.getItem('bg') || 'vid' - this.lang = localStorage.getItem('lang') || 'en' + this.lang = localStorage.getItem('lang') || 'pl' this.theme = localStorage.getItem('theme') || 'light' // Run async @@ -177,8 +177,8 @@ deferSources() // Start typing words - typeWords(welcomesEn, currentIndexEn, 'terminal-en') typeWords(welcomesPl, currentIndexPl, 'terminal-pl') + typeWords(welcomesEn, currentIndexEn, 'terminal-en') }, 1) } @@ -194,7 +194,7 @@ } function toggleLang() { - var lang = this.lang === 'en' ? 'pl' : 'en' + var lang = this.lang === 'pl' ? 'en' : 'pl' localStorage.setItem('lang', lang) this.lang = lang } @@ -260,37 +260,37 @@

Robert Wierzchowski

-
+
- +

- +

- + -

My name is Robert, I'm from Nowogard. - I live in Poznan where I program and create WWW.

-

I'm passionate about the Web, music, and positive psychology. - I like simple yet effective solutions, good patterns and balanced work.

-

In my free time, I enjoy various forms of recreational activities on the move.

+

Mam na imię Robert, pochodzę z Nowogardu. Mieszkam w Poznaniu gdzie programuję i tworzę WWW.

+

Pasjonuje mnie Web, muzyka i pozytywna psychologia. Lubię proste i skuteczne rozwiązania, dobre wzorce oraz zrównoważoną pracę.

+

W wolnym czasie korzystam z przeróżnych form aktywności rekreacyjnych w ruchu.

-
+
- +

- +

- + -

Mam na imię Robert, pochodzę z Nowogardu. Mieszkam w Poznaniu gdzie programuję i tworzę WWW.

-

Pasjonuje mnie Web, muzyka i pozytywna psychologia. Lubię proste i skuteczne rozwiązania, dobre wzorce oraz zrównoważoną pracę.

-

W wolnym czasie korzystam z przeróżnych form aktywności rekreacyjnych w ruchu.

+

My name is Robert, I am from Nowogard. + I live in Poznan where I program and create WWW.

+

I am passionate about the Web, music, and positive psychology. + I like simple yet effective solutions, good patterns and balanced work.

+

In my free time, I enjoy various forms of recreational activities on the move.

@@ -299,8 +299,8 @@

- View more Zobacz więcej + View more

@@ -348,7 +348,7 @@