novastrum
7accd00042
Update ro-ro.json
...
danke mv(oolt)
2024-04-17 22:09:14 +03:00
Elijah R
8aab72f85c
Merge branch 'master' into master
2024-04-17 15:01:32 -04:00
Johnmacro
d67d96b73b
Add Korean support ( #44 )
...
* Add Korean support
* Update Korean translation
2024-04-17 14:50:45 -04:00
novastrum
4f992df0b4
Update ro-ro.json
...
Dear god let there be no more grammatical mistakes in here
2024-04-17 21:33:01 +03:00
novastrum
f930dbcfa8
Update languages.json
...
add to languages.json the language
2024-04-17 21:28:41 +03:00
novastrum
0763e32432
Update ro-ro.json
...
forgot the stupid comment line thingamajig at the top whoops
2024-04-17 21:25:30 +03:00
novastrum
5bff99d574
Update ro-ro.json
...
after rules (i assume this is right/??? i suck at my own language lol)
2024-04-17 21:25:02 +03:00
novastrum
65094067cd
Update ro-ro.json
...
before translating the rules
2024-04-17 21:10:29 +03:00
novastrum
0076394df9
Merge branch 'computernewb:master' into master
2024-04-17 20:39:29 +03:00
GEOEGII555
223d30b71e
Update ru-ru.json
2024-04-17 12:40:50 +03:00
indonesia1331
6f7ad19956
add indonesian ( #41 )
...
* Create id.json
* Update languages.json
* Update id.json
* Update id.json
2024-04-13 22:12:39 -04:00
novastrum
f4927e210f
Merge branch 'computernewb:master' into master
2024-04-13 14:32:15 +03:00
mallory
63519dd60c
add toki pona (by friend)
2024-04-12 22:34:07 -04:00
mallory
54d7a43d43
add toki pona (by friend)
2024-04-12 22:33:02 -04:00
NonameVM
14b7983758
Ru Translate (Better) ( #30 )
2024-04-11 12:19:36 -04:00
xdlivecat
9ec514a4bd
Add Croatian ( #29 )
...
* Create hr-hr.json
* Update languages.json
2024-04-11 12:11:34 -04:00
Ростислав Салабай
f6225e1159
Add Ukrainian ( #26 )
...
* Add files via upload
* Add files via upload
* Update uk-ua.json
2024-04-10 18:33:38 -04:00
novastrum
f110855697
Create ro-ro.json
2024-04-10 23:19:35 +03:00
MDMCK10
fd34df65ca
Actually add Hungarian to the list of available languages
...
...oops
2024-04-10 19:37:35 +02:00
MDMCK10
06bec0c18b
Add Hungarian translation
2024-04-10 19:30:40 +02:00
Elijah R
b0c4f505dd
add finished russian translation by Undefishin
...
Co-authored-by: Undefishin <greenhorn111@yandex.com>
2024-04-10 12:37:07 -04:00
Elijah R
2a13bc7f4d
add unfinished russian translation
2024-04-10 11:18:13 -04:00
IPTVman
de3660f2f0
Finish Spanish translation ( #25 )
...
* Update es-es.json
* Update languages.json
2024-04-10 00:15:26 -04:00
Elijah R
14504b5740
add finished polish translation by 6eamed
2024-04-09 22:53:57 -04:00
Elijah R
37e8509f3e
add unfinished spanish translation from old webapp files
2024-04-09 22:42:43 -04:00
pap
563769457d
Add japanese translation ( #24 )
...
* i cant add flag
* japaanes
* add to languages.json and fix casing
2024-04-09 22:19:08 -04:00
Elijah R
efc3865bd6
add partial polish translation based on translation files from old webapp
2024-04-09 18:52:38 -04:00
nephacks
2ee866b84c
Finish German translation ( #23 )
...
* Update de-de.json
* Update languages.json
2024-04-09 18:31:01 -04:00
Pikterra32
2377e4aceb
Add french ( #22 )
...
* Create fr-fr.json
* Update languages.json
* Update fr-fr.json
* Update fr-fr.json
* Update fr-fr.json
* Update fr-fr.json
* Update fr-fr.json
* Update fr-fr.json
* Update fr-fr.json
2024-04-09 18:17:54 -04:00
Elijah R
da202c549f
add unfinished German translation using files from webapp v1
2024-04-09 17:27:51 -04:00
Elijah R
6b4bf0de3d
add language dropdown, remove pirate from list until we update it
2024-04-09 16:13:38 -04:00
Elijah R
9d60b44073
Fully implement i18n
2024-04-09 15:06:10 -04:00
Elijah R
24622e65eb
fix localization typo
2024-04-09 11:52:33 -04:00
Elijah R
1a24bed775
add light mode toggle
2024-04-09 01:42:37 -04:00
Elijah R
837a34d8cc
implement password resets
2024-04-05 20:05:49 -04:00
Elijah R
c8b7b3e00a
dogok banned for cause merge conflict
2024-04-05 17:32:16 -04:00
dakrk
72d0cbb37b
Fix indentation (consistent formatting CHALLENGE)
...
You people have a prettierrc yet never run prettier
tabs or spaces. WHICH IS IT
2 width or 4 width WHICH IS IT
(i'd make index.html 4 width tab but there's more that uses space there)
2024-04-05 17:16:20 +01:00
Elijah R
54255cc118
implement account authentication (webapp)
2024-04-05 09:11:21 -04:00
modeco80
0cef7194ce
More i18n related updates
...
- More string keys
- Reworked string keys entirely
- Moved formatting into seperate typescript module
- Write unit tests using `jest` for the format module
- README improvements
Pirate language needs to be reworked and it should be a bit less painful now to actually add more string keys later on (eventually making the whole webapp strings lie inside the stringkeys)
2024-03-15 04:01:40 -04:00
modeco80
6327036283
Implement basic i18n
...
Not fully functional yet, so this won't/shouldn't be pushed onto the site yet (no language dropdown, there are still quite a few hardcoded strings that need to become string keys ...) but it works more than well enough to at least test and add more things as string keys that are currently hardcoded.
There are two languages provided, "en-us" and "pirate". Pirate is a test language to make sure all string keys are applying properly and all that.
As a bonus the new I18n system also offers a slightly less boneheaded way to do replacements, which is much more flexible than blind replace calls, and can take any type which is able to be stringified.
The parsing code for this is far from my best work, but it'll do for now, and seems to work okay (and has basic idiot proofing), so eh.
Supersedes #13 .
2024-03-12 06:45:03 -04:00