Date: Thu, 6 Nov 2025 20:59:18 +0000
Subject: [PATCH 15/25] Jank to Fermi (audio)
---
src/webpage/audio/index.html | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/webpage/audio/index.html b/src/webpage/audio/index.html
index 5c61db1..9f4932e 100644
--- a/src/webpage/audio/index.html
+++ b/src/webpage/audio/index.html
@@ -3,9 +3,9 @@
- Jank Audio
-
-
+ Fermi Audio
+
+
@@ -25,15 +25,15 @@
This will eventually be something
- I want to let the sound system of jank not be so hard coded, but I still need to work on
+ I want to let the sound system of Fermi not be so hard coded, but I still need to work on
everything a bit before that can happen. Thanks for your patience.
why does this tool need to exist?
- For size reasons jank does not use normal sound files, so I need to make this whole format to
+ For size reasons Fermi does not use normal sound files, so I need to make this whole format to
be more adaptable
-
+
From a313b3f2ffa2a0786a50c6c940702ec089d494dc Mon Sep 17 00:00:00 2001
From: ErrorOliver
Date: Thu, 6 Nov 2025 21:03:43 +0000
Subject: [PATCH 16/25] Jank to Fermi style.css
---
src/webpage/style.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/webpage/style.css b/src/webpage/style.css
index 572ef35..369f6d7 100644
--- a/src/webpage/style.css
+++ b/src/webpage/style.css
@@ -3774,7 +3774,7 @@ fieldset input[type="radio"] {
background: var(--primary-text-prominent);
}
-/* Jank Mobile */
+/* Fermi Mobile */
#maintoggle,
#maintoggleicon {
display: none;
From 73aeaa1cbcc554c455152ba614c0f6c8e567036c Mon Sep 17 00:00:00 2001
From: ErrorOliver
Date: Thu, 6 Nov 2025 21:10:38 +0000
Subject: [PATCH 17/25] Formating fix (translations.md)
---
translations.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/translations.md b/translations.md
index 340ff87..b4886a4 100644
--- a/translations.md
+++ b/translations.md
@@ -1,5 +1,5 @@
# Translations
-the translations are stored in `/src/webpage/translations` in this format.
+The translations are stored in `/src/webpage/translations` in this format below.
```json
{
"@metadata": {
@@ -13,7 +13,7 @@ the translations are stored in `/src/webpage/translations` in this format.
```
## I want to help translate this
-Please go to [https://translatewiki.net/wiki/Translating:JankClient](https://translatewiki.net/wiki/Translating:JankClient) to help translate this project
+Please go to [https://translatewiki.net/wiki/Translating:Fermi](https://translatewiki.net/wiki/Translating:Fermi) to help translate this project.
## What is the format?
It's the same format found [here](https://github.com/wikimedia/jquery.i18n#message-file-format), though we are not using jquery, and you might notice some of the strings use markdown, but most do not.
From 34300ec8990915c8ee340c946902a066286f60e7 Mon Sep 17 00:00:00 2001
From: ErrorOliver
Date: Thu, 6 Nov 2025 21:17:06 +0000
Subject: [PATCH 18/25] Jank to Fermi (index.html)
---
src/webpage/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/webpage/index.html b/src/webpage/index.html
index 573cb14..09f952b 100644
--- a/src/webpage/index.html
+++ b/src/webpage/index.html
@@ -85,7 +85,7 @@