|
|
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 |
|
vjrj
|
ac33bfa158
|
Space in center btn
|
2018-03-02 10:38:04 +01:00 |
|
vjrj
|
2bad9d4083
|
New geolocation error
|
2018-02-27 19:32:43 +01:00 |
|
vjrj
|
0342bdf33f
|
Removing logs
|
2018-02-27 18:53:01 +01:00 |
|
vjrj
|
c2270a860e
|
Fix error message in geolocation
|
2018-02-27 18:50:38 +01:00 |
|
vjrj
|
0a7f6b8e40
|
Use fa-icons
|
2018-02-20 09:44:03 +01:00 |
|
vjrj
|
84ab9f9cdc
|
Move simple icon where used
|
2018-02-20 09:29:24 +01:00 |
|
vjrj
|
ce18aab493
|
Style improvements in home, navigation, and footer
|
2018-01-25 12:54:01 +01:00 |
|
vjrj
|
3eeb14e30e
|
Added SubscriptionsMap
|
2018-01-24 16:52:07 +01:00 |
|
vjrj
|
77b56e4169
|
Fixing lint issues
|
2017-12-12 13:12:15 +01:00 |
|
vjrj
|
441dfa4c62
|
More work in home, footer, new credits page
|
2017-12-11 07:56:54 +01:00 |
|
vjrj
|
f1786541cd
|
Many improvements: navbar, favico, new icons
|
2017-12-07 17:29:17 +01:00 |
|
vjrj
|
3dc8edb4a8
|
CenterInMyPosition and refactor
|
2017-12-06 19:24:42 +01:00 |
|