From b2925fde9f12558a14ba518df67f274ea5f9430a Mon Sep 17 00:00:00 2001 From: Alex Jordan <60003097+alex-jordan547@users.noreply.github.com> Date: Sun, 2 Aug 2026 21:36:53 +0200 Subject: [PATCH] chore(changelog): add PR 9245 fragment --- changelog.d/fixes/9245-hardcoded-web-ui-i18n.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/fixes/9245-hardcoded-web-ui-i18n.md diff --git a/changelog.d/fixes/9245-hardcoded-web-ui-i18n.md b/changelog.d/fixes/9245-hardcoded-web-ui-i18n.md new file mode 100644 index 0000000000..a2c0157189 --- /dev/null +++ b/changelog.d/fixes/9245-hardcoded-web-ui-i18n.md @@ -0,0 +1 @@ +- **fix(i18n):** localized hardcoded web UI copy across public pages, dashboard views, and shared components, with complete French and Vietnamese coverage ([#9245](https://github.com/diegosouzapw/OmniRoute/pull/9245)) — thanks @alex-jordan547