umami/src/app/(main)/settings/preferences
Mike Cao 50edb71687 Simplify i18n: remove old react-intl artifacts, rename formatMessage to t, replace FormattedMessage with t.rich().
- Rewrite messages.ts to plain string key maps (remove MessageDescriptor)
- Rewrite useMessages hook to expose t from useTranslations() directly
- Rename formatMessage → t across 193 consumer files
- Replace custom FormattedMessage component with next-intl t.rich()
- Update 52 language files to use rich text tags (<b>, <a>)
- Remove all direct imports from @/components/messages in favor of useMessages()

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-07 11:19:04 -08:00
..
DateRangeSetting.tsx Simplify i18n: remove old react-intl artifacts, rename formatMessage to t, replace FormattedMessage with t.rich(). 2026-02-07 11:19:04 -08:00
LanguageSetting.tsx Simplify i18n: remove old react-intl artifacts, rename formatMessage to t, replace FormattedMessage with t.rich(). 2026-02-07 11:19:04 -08:00
page.tsx Reformatted files with biome. 2025-11-22 22:42:42 -08:00
PreferenceSettings.tsx Simplify i18n: remove old react-intl artifacts, rename formatMessage to t, replace FormattedMessage with t.rich(). 2026-02-07 11:19:04 -08:00
PreferencesPage.tsx Simplify i18n: remove old react-intl artifacts, rename formatMessage to t, replace FormattedMessage with t.rich(). 2026-02-07 11:19:04 -08:00
ThemeSetting.tsx Reformatted files with biome. 2025-11-22 22:42:42 -08:00
TimezoneSetting.tsx Simplify i18n: remove old react-intl artifacts, rename formatMessage to t, replace FormattedMessage with t.rich(). 2026-02-07 11:19:04 -08:00
VersionSetting.tsx refactor: Simplify version display by removing API endpoint and using constant 2025-12-25 09:48:09 +05:30