-
fix(i18n+settings): rename pt-BR→pt, fix theme/locale persistence
Some checks failedCI / Backend (push) Successful in 56sCI / UI (push) Successful in 38sRelease / Test backend (push) Successful in 42sRelease / Docker / caddy (push) Failing after 11sCI / Backend (pull_request) Failing after 11sRelease / Docker / backend (push) Failing after 38sCI / UI (pull_request) Successful in 44sRelease / Check ui (push) Successful in 1m53sRelease / Docker / runner (push) Failing after 1m26sRelease / Docker / ui (push) Successful in 3m46sRelease / Gitea Release (push) Has been skippedreleased this
2026-03-30 19:05:14 +05:00 Root cause: user_settings table was missing theme, locale, font_family,
font_size columns — PocketBase silently dropped them on every save.
Added the four columns via PocketBase API.Also:
- listOne now sorts by -updated so the most-recent settings record wins
- PARAGLIDE_LOCALE cookie is now cleared when switching back to English
- pt-BR renamed to pt throughout (messages, inlang settings, validLocales)
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
Downloads