whisper-money/lang
Víctor Falcón 40a7942b85
fix(i18n): fix unlocalised string in create budget form (#187)
## Summary

- The `__()` call in `create-budget-dialog.tsx` contained an embedded
newline and indentation whitespace in the string literal, causing the
translation key to not match the clean key in `lang/es.json`
- Collapsed the multi-line call into a single line with the clean string
- Removed the stale duplicate key with the malformed `\n` + whitespace
from `lang/es.json`
2026-03-03 10:31:24 +00:00
..
en feat: Spanish localization (#74) 2026-02-08 11:58:08 +01:00
es feat: Spanish localization (#74) 2026-02-08 11:58:08 +01:00
es.json fix(i18n): fix unlocalised string in create budget form (#187) 2026-03-03 10:31:24 +00:00