From d1b72f9183d0222cee606e3f40548a38074accc6 Mon Sep 17 00:00:00 2001 From: malik Date: Fri, 26 Jan 2024 00:35:51 +0100 Subject: [PATCH] Fully implemented translations --- aboutme/cats.html | 16 +++++++++------ aboutme/linux.html | 50 ++++++++++++++++++++++++--------------------- aboutme/techno.html | 36 +++++++++++++++++--------------- contactme.html | 16 +++++++++------ js/lang.js | 8 ++++++-- projects.html | 15 ++++++++------ 6 files changed, 82 insertions(+), 59 deletions(-) diff --git a/aboutme/cats.html b/aboutme/cats.html index 6970ab3..9411451 100644 --- a/aboutme/cats.html +++ b/aboutme/cats.html @@ -15,19 +15,20 @@ +
-

Meine Katzen!

-

Der weiße Kater heißt Percy und der Schwarzweiße heißt Mailo

+

+

@@ -64,6 +65,9 @@ + + + \ No newline at end of file diff --git a/aboutme/linux.html b/aboutme/linux.html index 74d32d5..498e383 100644 --- a/aboutme/linux.html +++ b/aboutme/linux.html @@ -15,46 +15,47 @@ +
-

Linux

+

-

Meine Linux distrohop Geschichte:

+

    -
  • 2021 Januar - Linux Mint
  • -
  • 2021 Juni - Kubuntu
  • -
  • 2021 Juli - KDE Neon
  • -
  • 2022 Februar - Fedora
  • -
  • 2022 Juni - Nobara
  • -
  • Aktuell Fedora und Nobara
  • +
  • +
  • +
  • +
  • +
  • +

-

Desktop: Nobara Linux

+

-

Laptop: Fedora Linux

+

-

Distros mit dennen ich nurmal rumgespielt habe:

+

    -
  • Arch Linux
  • -
  • Artix Linux
  • -
  • AntiX
  • -
  • TailsOS
  • +
  • +
  • +
  • +
-

Weitere Linux Geräte in meinem Besitz:

+

    -
  • Raspberry Pi - Rasberry Pi OS
  • -
  • Steam Deck - SteamOS
  • -
  • Fairphone 3+ - iodéOS
  • +
  • +
  • +
@@ -90,6 +91,9 @@ + + + \ No newline at end of file diff --git a/aboutme/techno.html b/aboutme/techno.html index 3ea9580..89e2c5f 100644 --- a/aboutme/techno.html +++ b/aboutme/techno.html @@ -15,30 +15,31 @@ +
-

Techno Top 10

-

Vorab: Diese Top-10-Liste ist nicht ernst gemeint. Es wurde nach keinen Kriterien bewertet. Das ist nur eine Sammlung von Liedern, die ich aktuell gerne höre.

+

+

    -
  • 1. i wanna be your girlfriend | Dj Brice
  • -
  • 2. DIE LIEBE KOMMT NICHT AUS BERLIN | Brutalismus 3000
  • -
  • 3. HEISS (Floorkiller Flex) | ÅMRTÜM
  • -
  • 4. Underground | Tucker
  • -
  • 5. Audio Bully - Original | ANSBRO
  • -
  • 6. Goes Crazy - Original Mix | RBX
  • -
  • 7. As We Kick | RVLT, Ouija
  • -
  • 8. Language Of The Devil | Infeed
  • -
  • 9. NUR MEIN KÖRPER UND DIE ANGST | Brutalismus 3000
  • -
  • 10. Atme Ein (Atme Rauch aus) | Butschi, Felix Jaehn, Fairy Mary
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
@@ -76,6 +77,9 @@ + + + \ No newline at end of file diff --git a/contactme.html b/contactme.html index 56e6c97..0c36f4e 100644 --- a/contactme.html +++ b/contactme.html @@ -15,19 +15,20 @@ +
-

Kontakt

-

Email: malik.wachter [at] mawacode.de

+

+

@@ -63,6 +64,9 @@ + + + \ No newline at end of file diff --git a/js/lang.js b/js/lang.js index 49c0a50..5749d81 100644 --- a/js/lang.js +++ b/js/lang.js @@ -36,6 +36,7 @@ var language = { linuxli5: "2022 June - Nobara", linuxli6: "Currently Fedora and Nobara", linux2: "Desktop: Nobara Linux", + linux2_2: "Laptop: Fedora Linux", linux3: "Distros I've only played around with once:", linuxli7: "Arch Linux", linuxli8: "Artix Linux", @@ -96,6 +97,7 @@ var language = { linuxli5: "2022 Juni - Nobara", linuxli6: "Aktuell Fedora und Nobara", linux2: "Desktop: Nobara Linux", + linux2_2: "Laptop: Fedora Linux", linux3: "Distros mit dennen ich nurmal rumgespielt habe:", linuxli7: "Arch Linux", linuxli8: "Artix Linux", @@ -136,7 +138,7 @@ if(isGerman===true) { welcome2.textContent = language.ger.welcome2; } //aboutme.html - else if(window.location.href.indexOf("aboutme") > -1) { + else if(window.location.href.indexOf("aboutme.html") > -1) { aboutmetitle.textContent = language.ger.aboutmetitle; aboutme1.textContent = language.ger.aboutme1; aboutme2.textContent = language.ger.aboutme2; @@ -171,6 +173,7 @@ if(isGerman===true) { linuxli5.textContent = language.ger.linuxli5; linuxli6.textContent = language.ger.linuxli6; linux2.textContent = language.ger.linux2; + linux2_2.textContent = language.ger.linux2_2; linux3.textContent = language.ger.linux3; linuxli7.textContent = language.ger.linuxli7; linuxli8.textContent = language.ger.linuxli8; @@ -210,7 +213,7 @@ else{ welcome2.textContent = language.eng.welcome2; } //aboutme.html - else if(window.location.href.indexOf("aboutme") > -1) { + else if(window.location.href.indexOf("aboutme.html") > -1) { aboutmetitle.textContent = language.eng.aboutmetitle; aboutme1.textContent = language.eng.aboutme1; aboutme2.textContent = language.eng.aboutme2; @@ -245,6 +248,7 @@ else{ linuxli5.textContent = language.eng.linuxli5; linuxli6.textContent = language.eng.linuxli6; linux2.textContent = language.eng.linux2; + linux2_2.textContent = language.eng.linux2_2; linux3.textContent = language.eng.linux3; linuxli7.textContent = language.eng.linuxli7; linuxli8.textContent = language.eng.linuxli8; diff --git a/projects.html b/projects.html index 642d4e5..740c963 100644 --- a/projects.html +++ b/projects.html @@ -15,19 +15,20 @@ +
-

Kommt bald!

-

Noch ist hier nichts. :)

+

+

@@ -63,6 +64,8 @@ + + \ No newline at end of file