Skip to content

Commit 7124f7e

Browse files
committed
more changes
1 parent bac48eb commit 7124f7e

8 files changed

Lines changed: 12 additions & 10 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
Lambda (a fork of Epsilon with patchs (only graphical ones (for now)))
22

3-
~Dark Mode coming soon (i said that +5month ago but i promise it gonna come one day or another)~ -> ITS OUT !!!!! (last commit)
3+
~Dark Mode coming soon (i said that +5month ago but i promise it gonna come one day or another)~ -> ITS OUT !!!!! (v0.5)
44

55
for legal reason i cant share binaries but you can compile it yourself
66

77
check [this for sdk installation ](https://github.com/UpsilonNumworks/Upsilon/tree/upsilon-dev?tab=readme-ov-file#2-set-up-repo)
88
and [this for flashing in calculator (userland)](https://ti-planet.github.io/webdfu_numworks/n0110/)
99

10-
for building you should use these commands : `make clean`
11-
`make userland.A.bin -j 8 (you can ajust the -j arg depending of your config and you can also replace userland.A.bin by userland.B.bin depending on which slot you want the os to install on)`
10+
for building you should use these commands : `make clean` `make userland.A.bin -j8`
11+
12+
13+
(you can ajust the -j arg depending of your config and you can also replace userland.A.bin by userland.B.bin depending on which slot you want the os to install on)
1214

1315

1416
btw ik my code is a total mess and probably completly buggy

apps/home/i18n/base.de.i18n

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Apps = "Anwendungen"
2-
AppsCapital = "ANWENDUNGEN"
2+
AppsCapital = "lambda v0.5 SholAy!"
33
ForbiddenAppInExamMode = "Diese Anwendung ist im\nPrüfungsmodus nicht erlaubt."

apps/home/i18n/base.en.i18n

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Apps = "Applications"
2-
AppsCapital = "APPLICATIONS"
2+
AppsCapital = "lambda v0.5 sholay!"
33
ForbiddenAppInExamMode = "This application is\nforbidden in exam mode."

apps/home/i18n/base.es.i18n

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Apps = "Aplicaciones"
2-
AppsCapital = "APLICACIONES"
2+
AppsCapital = "lambda v0.5 sHolay!"
33
ForbiddenAppInExamMode = "Esta aplicación está prohibida\nen el modo de examen."

apps/home/i18n/base.fr.i18n

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Apps = "Applications"
2-
AppsCapital = "APPLICATIONS"
2+
AppsCapital = "lambda v0.5 Sholay!"
33
ForbiddenAppInExamMode = "Cette application n'est\npas autorisée en mode examen."

apps/home/i18n/base.it.i18n

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Apps = "Applicazioni"
2-
AppsCapital = "APPLICAZIONI"
2+
AppsCapital = "lambda v0.5 shoLay!"
33
ForbiddenAppInExamMode = "Questa applicazione è\nproibita nella modalità d'esame."

apps/home/i18n/base.nl.i18n

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Apps = "Applicaties"
2-
AppsCapital = "APPLICATIES"
2+
AppsCapital = "lambda v0.5 sh0lay!"
33
ForbiddenAppInExamMode = "Deze applicatie is\nuitgesloten in examenstand."

apps/home/i18n/base.pt.i18n

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Apps = "Aplicações"
2-
AppsCapital = "APLICAÇÕES"
2+
AppsCapital = "lambda v0.5 sholaY!"
33
ForbiddenAppInExamMode = "Esta aplicação é\nproibida no modo de exame."

0 commit comments

Comments
 (0)