12bdbe8fed
deps: i18next 10 -> 23, react-i18next 7 -> 14
...
Modernizes the whole i18n stack:
- 48 translate([], {wait:true}) / translate() HOCs -> withTranslation()
- react.wait:true -> react.useSuspense:false
- whitelist -> supportedLngs; added compatibilityJSON: 'v3' so our
natural-language keys + v3 _plural layout keep working (custom
separators ss/eth/dj preserved)
- backends: xhr -> i18next-http-backend (client), sync-fs ->
i18next-fs-backend (server); dropped i18next-localstorage-cache
(was enabled:false); languagedetector 2 -> 8
- ReSendEmail: <Interpolate> (removed in v10) -> <Trans values={{email}}/>,
dropped the removed bare t export
- saveMissing handler signature (lngs, ns, key, fallbackValue)
Silences the per-component Translate/I18n legacy-context warnings.
Browser-verified es/en switch and <Trans> interpolation on /fires;
REST smoke byte-identical.
2026-07-18 06:28:41 +02:00
f1eae84e25
deps: react-helmet -> react-helmet-async 2
...
react-helmet 5 is unmaintained and breaks under React 18 StrictMode.
Same <Helmet> API in the 15 pages; HelmetProvider wraps <App/> in the
client entry. Browser-verified: per-page titles, meta description and
hreflang alternates all inject. REST smoke byte-identical.
2026-07-18 06:14:14 +02:00
vjrj
b6963ff290
Logout typo
2018-02-12 13:06:18 +01:00
vjrj
464af6b9d1
More work with titles & descriptions
2018-02-07 15:27:12 +01:00
vjrj
2ad4972115
More i18n work
2017-11-28 18:24:50 +01:00
cleverbeagle
518fb7d9de
move logout functionality to logout page
2017-09-07 10:11:58 -05:00
cleverbeagle
3bc98bc3a6
add last minute tweaks found while writing docs
2017-06-13 08:12:26 -05:00
cleverbeagle
b0270cc98b
add oauth flows, profile, logout page, and index page
2017-05-29 22:02:22 -05:00