todos-contra-el-fuego-web/public/locales
vjrj 5661e129fb fix: NaN in /fires 'active fires in map' count (react-i18next 14 <Trans>)
react-i18next 14 reserves `count` as the pluralization variable and no
longer interpolates it from a <Trans> object child, so <strong>{{count:N}}</strong>
left {{count,number}} unresolved -> the number formatter ran on undefined ->
"NaN". (t() and the countTotal var were unaffected; regression from the
i18next 10->23 / react-i18next 7->14 bump.)

Renamed the variable count -> inMap in FiresMap.js and in the
activeFireInMapCount value of the es/en/gl locales (the string has no plural
forms, so count was only an unlucky name). Browser-verified: /fires now shows
the real count; home/zones/fire-detail render with no real errors. REST smoke
byte-identical.
2026-07-21 13:45:59 +02:00
..
ast Renamed locales 2018-01-22 17:11:02 +01:00
ca Renamed locales 2018-01-22 17:11:02 +01:00
en fix: NaN in /fires 'active fires in map' count (react-i18next 14 <Trans>) 2026-07-21 13:45:59 +02:00
es fix: NaN in /fires 'active fires in map' count (react-i18next 14 <Trans>) 2026-07-21 13:45:59 +02:00
eu Renamed locales 2018-01-22 17:11:02 +01:00
gl fix: NaN in /fires 'active fires in map' count (react-i18next 14 <Trans>) 2026-07-21 13:45:59 +02:00
pt Renamed locales 2018-01-22 17:11:02 +01:00
pt_BR PT clean 2018-01-22 17:13:17 +01:00