Commit Graph

14 Commits

Author SHA1 Message Date
Bailey Buscarino
468b81f178 More portable shebang line 2024-03-24 03:29:38 -04:00
Steve Zabka
96a42e00c8 Merge branch 'main' into patch-1 2023-05-31 18:01:26 +02:00
Sean Burau
ad0dbbb476 Update locale.sh to run in parallel for 100x speedup on launch.
Currently each locale is fetched serially, which means the user must wait for MANY roundtrip HTTP calls to start and complete.

Since each locale file is relatively tiny, fetching them all in parallel results in a near-instant startup time and the user can see the installation modal much more quickly.

Since I was here I deduplicated all the redundant lines so new locales can be added much more easily.

This more compact form also helps eliminate certain classes of bugs. I noticed that all the licenses were actually being fetched twice, likely due to copy-paste human error.
2023-05-08 13:29:09 -07:00
Nick Douma
fa6214167f Do not download locale files twice 2023-05-06 13:53:37 +02:00
Steve Zabka
1159e3311b Solved bug with wget 2022-09-13 16:05:14 +02:00
Romain Bazile
b503dfa6a5 Fix most of the shellcheck issues 2022-08-31 15:36:20 +02:00
Steve Zabka
12ea164dc7 Update locale.sh 2022-06-08 22:19:00 +02:00
Steve Zabka
cd6fda0190 Merge branch 'main' into patch-1 2022-06-08 22:14:48 +02:00
Steve Zabka
2aa193785a Update locale.sh 2022-06-08 22:00:21 +02:00
Bradley Zylstra
db0abae403 Update locale.sh 2022-06-08 15:59:37 -04:00
Steve Zabka
d9ac3af9be Update and rename files/builds/development-branch/locale.sh to files/builds/stable-branch/locale/locale.sh 2022-06-08 21:32:20 +02:00
Steve Zabka
1a18eee9da Delete locale.sh 2022-06-08 21:30:08 +02:00
Steve Zabka
7a9e7c71ff Update locale.sh 2022-02-19 10:16:15 +01:00
Steve Zabka
96e384fe30 Rename files/scripts/stable-branch/locale/locale.sh to files/builds/stable-branch/locale/locale.sh 2022-02-18 09:41:38 +01:00