1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-06-02 07:37:48 +02:00
Commit Graph

245 Commits

Author SHA1 Message Date
cd2ea2e579
reload email after lang is loaded
fixes #37.
2021-01-21 18:57:32 +00:00
b66654787c
make whole invite clickable to expand 2021-01-21 17:59:16 +00:00
882a3467db
fix language settings loading 2021-01-21 14:16:03 +00:00
27ac0bf43e
merge german translation 2021-01-21 11:49:20 +00:00
4485622354
remove some comments 2021-01-21 10:56:58 +00:00
virusperfect
91b2b44768 Translated using Weblate (German)
Currently translated at 100.0% (27 of 27 strings)

Translation: jfa-go/Emails
Translate-URL: https://weblate.hrfee.pw/projects/jfa-go/emails/de/
2021-01-21 11:52:46 +01:00
virusperfect
8c276fa0a7 translation from Weblate (German)
Currently translated at 100.0% (23 of 23 strings)

Translation: jfa-go/Account Creation Form
Translate-URL: https://weblate.hrfee.pw/projects/jfa-go/form/de/
2021-01-21 11:52:46 +01:00
virusperfect
78b0e22091 translation from Weblate (German)
Currently translated at 100.0% (105 of 105 strings)

Translation: jfa-go/Admin Page
Translate-URL: https://weblate.hrfee.pw/projects/jfa-go/admin/de/
2021-01-21 11:52:46 +01:00
hrfee
96abbdf9a8 Added translation using Weblate (German) 2021-01-20 09:03:49 +01:00
hrfee
7c61392ff4 add translation from Weblate (German) 2021-01-20 09:03:18 +01:00
hrfee
901abfb3e5 add translation from Weblate (German) 2021-01-20 09:02:35 +01:00
hrfee
2eea836d9f translation from Weblate (French)
Currently translated at 100.0% (105 of 105 strings)

Translation: jfa-go/Admin Page
Translate-URL: https://weblate.hrfee.pw/projects/jfa-go/admin/fr/
2021-01-19 01:31:18 +01:00
hrfee
9a08a6603a Deleted translation using Weblate (English (United Kingdom)) 2021-01-19 01:31:18 +01:00
hrfee
887126f5dd Translated using Weblate (English (United Kingdom))
Currently translated at 1.9% (2 of 105 strings)

Translation: jfa-go/Admin Page
Translate-URL: https://weblate.hrfee.pw/projects/jfa-go/admin/en_GB/
2021-01-19 01:31:18 +01:00
hrfee
fad6a04a5f Added translation using Weblate (English (United Kingdom)) 2021-01-19 01:31:18 +01:00
e834445b0b
Restructure language loading to support incomplete translations
On startup, files are scanned and any missing values are replaced with
the english version.
2021-01-19 00:29:29 +00:00
1aadd12006
move validationStrings out of strings in lang/form 2021-01-18 22:06:50 +00:00
26a1f30d32
Fix initial language setting value
For some reason it was set as en-US, not en-us.
2021-01-18 00:14:12 +00:00
e0a17c6a74
mention new weblate instance 2021-01-17 20:02:02 +00:00
7ce1b5001c
merge nl-nl with invite url fix 2021-01-17 12:38:50 +00:00
72a7759ca5
Fix invite link when non-default language selected 2021-01-17 12:36:16 +00:00
Richard de Boer
bf46c9f906 add dutch translation of emails 2021-01-17 12:32:50 +00:00
Richard de Boer
14bb85f301 add dutch translation of admin pages 2021-01-17 12:32:50 +00:00
e68dccbc17
keep language choice in url when changing tabs 2021-01-15 21:16:11 +00:00
ffc62574ec
Fix server push and use Link header to load CSS
Nginx with http2_push_preload on will convert the Link header to server
pushes, so we use it to load css.
2021-01-15 18:57:12 +00:00
ca0889aaab
Merge branch 'main' of github.com:hrfee/jfa-go into main
made a mistake, tried to fix it, messed up again.
2021-01-15 14:47:12 +00:00
772e12d11c
add optional tls/http2 support
Allows for http2 server push, see the advanced section.
2021-01-15 14:43:32 +00:00
7d04487b18
update CONTRIBUTING.md 2021-01-15 14:43:32 +00:00
0b482116bb
fix display of username box on add account modal 2021-01-15 14:43:32 +00:00
a579bcd463
add finished french for admin 2021-01-15 14:43:32 +00:00
ab7017ff12
fix spelling in french email 2021-01-15 14:43:32 +00:00
3d5bea003a
Fix email language selection, add finished french emails 2021-01-15 14:43:32 +00:00
bc99dc34ee
Add email translation, add part of french translations
Admin translation from @Killianbe, Email translation from
@Cornichon420. French is currently not functional, a few things are
missing which i'm waiting on.
2021-01-15 14:43:32 +00:00
965c449f1c
attempt to use http2 server push 2021-01-15 14:43:32 +00:00
4679c6f355
add language selector to admin 2021-01-15 14:43:32 +00:00
a3351f4da8
separate options for form and admin language 2021-01-15 14:43:32 +00:00
422f13202b
Use lang file in typescript 2021-01-15 14:43:31 +00:00
c470e40737
Start adding translation support for admin 2021-01-15 14:43:31 +00:00
0f92ce2166 update CONTRIBUTING.md 2021-01-15 13:48:18 +00:00
b1becb9ef5 fix display of username box on add account modal 2021-01-15 13:48:18 +00:00
3c1599b6b7 add finished french for admin 2021-01-15 13:48:18 +00:00
3e53b742f4 fix spelling in french email 2021-01-15 13:48:18 +00:00
5401593279 Fix email language selection, add finished french emails 2021-01-15 13:48:18 +00:00
0710e05479 Add email translation, add part of french translations
Admin translation from @Killianbe, Email translation from
@Cornichon420. French is currently not functional, a few things are
missing which i'm waiting on.
2021-01-15 13:48:18 +00:00
1707d011a2 attempt to use http2 server push 2021-01-15 13:48:18 +00:00
5e8d7944bd add language selector to admin 2021-01-15 13:48:18 +00:00
2d2727f7e8 separate options for form and admin language 2021-01-15 13:48:18 +00:00
c72282613d Use lang file in typescript 2021-01-15 13:48:18 +00:00
4ac62a107c Start adding translation support for admin 2021-01-15 13:48:18 +00:00
a102199d5a
include code in invite form instead of getting from url
potentially solves #34?
2021-01-14 14:22:20 +00:00